about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2022-04-07 23:44:55 -0400
committerJacob Pratt <jacob@jhpratt.dev>2022-04-14 21:19:44 -0400
commite46f8b23dd2c4ddf3b68feaddad2c4b0b6e1c186 (patch)
treecc6e307197c71885776f0350e72443b982707d0d /src/test/rustdoc/inline_cross
parent4fbe73e0b79afb9e2b352438bac743104f0d2ba6 (diff)
downloadrust-e46f8b23dd2c4ddf3b68feaddad2c4b0b6e1c186.tar.gz
rust-e46f8b23dd2c4ddf3b68feaddad2c4b0b6e1c186.zip
Error on `#[rustc_deprecated]`
Diffstat (limited to 'src/test/rustdoc/inline_cross')
-rw-r--r--src/test/rustdoc/inline_cross/macros.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/rustdoc/inline_cross/macros.rs b/src/test/rustdoc/inline_cross/macros.rs
index 9cb933c177b..13b4c3c7f61 100644
--- a/src/test/rustdoc/inline_cross/macros.rs
+++ b/src/test/rustdoc/inline_cross/macros.rs
@@ -2,7 +2,6 @@
 // build-aux-docs
 
 #![feature(macro_test)]
-
 #![crate_name = "foo"]
 
 extern crate macros;
@@ -16,5 +15,5 @@ extern crate macros;
 // @has - '//*[@class="docblock"]' 'docs for my_macro'
 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.2.3: text'
 // @has - '//*[@class="stab unstable"]' 'macro_test'
-// @has - '//a/@href' '../src/macros/macros.rs.html#9-11'
+// @has - '//a/@href' '../src/macros/macros.rs.html#8-10'
 pub use macros::my_macro;