about summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2016-08-03 12:55:01 +1200
committerNick Cameron <ncameron@mozilla.com>2016-08-18 15:40:56 +1200
commitda1f7731f6cebcf8b8a896c65b38e19b102e19c4 (patch)
tree81a19f5233451958705f4a42e9d410ce1424f72e /src/test/rustdoc
parentaef6971ca96be5f04291420cc773b8bfacb8b36d (diff)
downloadrust-da1f7731f6cebcf8b8a896c65b38e19b102e19c4.tar.gz
rust-da1f7731f6cebcf8b8a896c65b38e19b102e19c4.zip
rustdoc: remove the `!` from macro URLs and titles
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/issue-26606.rs2
-rw-r--r--src/test/rustdoc/macros.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc/issue-26606.rs b/src/test/rustdoc/issue-26606.rs
index df40c01686d..12de7665451 100644
--- a/src/test/rustdoc/issue-26606.rs
+++ b/src/test/rustdoc/issue-26606.rs
@@ -12,7 +12,7 @@
 // ignore-cross-compile
 // build-aux-docs
 
-// @has issue_26606_macro/macro.make_item!.html
+// @has issue_26606_macro/macro.make_item.html
 #[macro_use]
 extern crate issue_26606_macro;
 
diff --git a/src/test/rustdoc/macros.rs b/src/test/rustdoc/macros.rs
index b052ad2da2f..f4115d8229a 100644
--- a/src/test/rustdoc/macros.rs
+++ b/src/test/rustdoc/macros.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// @has macros/macro.my_macro!.html //pre 'macro_rules! my_macro {'
+// @has macros/macro.my_macro.html //pre 'macro_rules! my_macro {'
 // @has - //pre '() => { ... };'
 // @has - //pre '($a:tt) => { ... };'
 // @has - //pre '($e:expr) => { ... };'