Fix invalid docs path for compiler plugins

This commit is contained in:
Kenjiro Nakayama 2017-12-03 17:51:11 +09:00
parent c16f480fa6
commit 3e46fa2c9a

View file

@ -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<MacResult + 'static> {