We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16f480 commit 3e46fa2Copy full SHA for 3e46fa2
src/test/run-pass-fulldeps/auxiliary/roman_numerals.rs
@@ -29,8 +29,8 @@ use rustc_plugin::Registry;
29
// WARNING WARNING WARNING WARNING WARNING
30
// =======================================
31
//
32
-// This code also appears in src/doc/guide-plugin.md. Please keep
33
-// 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
34
35
fn expand_rn(cx: &mut ExtCtxt, sp: Span, args: &[TokenTree])
36
-> Box<MacResult + 'static> {
0 commit comments