about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorAlexander Regueiro <alexreg@me.com>2018-02-01 03:47:39 +0000
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-02-01 11:03:07 -0600
commit7b236a4f66fa086cf26796df0a42bf57010e1ef3 (patch)
treeb445880ef569fed5646af6c17ec6c18171c469c2 /src/doc/rustc-dev-guide
parenteaa5fdb51628ef084652c4379813a1a97903c62b (diff)
downloadrust-7b236a4f66fa086cf26796df0a42bf57010e1ef3.tar.gz
rust-7b236a4f66fa086cf26796df0a42bf57010e1ef3.zip
fixed definition of code_mr hyperlink
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/macro-expansion.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/macro-expansion.md b/src/doc/rustc-dev-guide/src/macro-expansion.md
index ee4bd322cb2..8f94d6a0a1a 100644
--- a/src/doc/rustc-dev-guide/src/macro-expansion.md
+++ b/src/doc/rustc-dev-guide/src/macro-expansion.md
@@ -156,6 +156,6 @@ TODO
 
 [code_dir]: https://github.com/rust-lang/rust/tree/master/src/libsyntax/ext/tt
 [code_mp]: https://github.com/rust-lang/rust/tree/master/src/libsyntax/ext/tt/macro_parser.rs
-[code_mp]: https://github.com/rust-lang/rust/tree/master/src/libsyntax/ext/tt/macro_rules.rs
+[code_mr]: https://github.com/rust-lang/rust/tree/master/src/libsyntax/ext/tt/macro_rules.rs
 [code_parse_int]: https://github.com/rust-lang/rust/blob/a97cd17f5d71fb4ec362f4fbd79373a6e7ed7b82/src/libsyntax/ext/tt/macro_parser.rs#L421
 [parsing]: ./the-parser.html