From 3e46fa2c9a81b42caa2b14adf197b80dadc0ed81 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sun, 3 Dec 2017 17:51:11 +0900 Subject: [PATCH] Fix invalid docs path for compiler plugins --- src/test/run-pass-fulldeps/auxiliary/roman_numerals.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/run-pass-fulldeps/auxiliary/roman_numerals.rs b/src/test/run-pass-fulldeps/auxiliary/roman_numerals.rs index 0c8af013fd1..26419a51513 100644 --- a/src/test/run-pass-fulldeps/auxiliary/roman_numerals.rs +++ b/src/test/run-pass-fulldeps/auxiliary/roman_numerals.rs @@ -29,8 +29,8 @@ use rustc_plugin::Registry; // WARNING WARNING WARNING WARNING WARNING // ======================================= // -// This code also appears in src/doc/guide-plugin.md. Please keep -// the two copies in sync! FIXME: have rustdoc read this file +// This code also appears in src/doc/unstable-book/src/language-features/plugin.md. +// Please keep the two copies in sync! FIXME: have rustdoc read this file fn expand_rn(cx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box {