]> git.lizzy.rs Git - rust.git/commitdiff
Fix invalid docs path for compiler plugins
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>
Sun, 3 Dec 2017 08:51:11 +0000 (17:51 +0900)
committerKenjiro Nakayama <nakayamakenjiro@gmail.com>
Mon, 4 Dec 2017 13:39:39 +0000 (22:39 +0900)
src/test/run-pass-fulldeps/auxiliary/roman_numerals.rs

index 0c8af013fd12d2ed69c467285ff233fa7f492415..26419a51513f2f9e7498e8d0f5cc10d4f7e1389e 100644 (file)
@@ -29,8 +29,8 @@
 // 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<MacResult + 'static> {