about summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
authorbstrie <865233+bstrie@users.noreply.github.com>2021-01-10 16:57:21 -0500
committerbstrie <865233+bstrie@users.noreply.github.com>2021-01-20 20:08:11 -0500
commit6f3df006105ee637f91f0e2af8ecd00c0fda03e6 (patch)
tree33b4951320a29e41484d9698d1d1648bc55c4160 /src/test/rustdoc
parenta4cbb44ae2c80545db957763b502dc7f6ea22085 (diff)
downloadrust-6f3df006105ee637f91f0e2af8ecd00c0fda03e6.tar.gz
rust-6f3df006105ee637f91f0e2af8ecd00c0fda03e6.zip
Deprecate-in-future the constants superceded by RFC 2700
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/reexport-check.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/reexport-check.rs b/src/test/rustdoc/reexport-check.rs
index 841702987ef..9a22903a94c 100644
--- a/src/test/rustdoc/reexport-check.rs
+++ b/src/test/rustdoc/reexport-check.rs
@@ -4,7 +4,7 @@
 extern crate reexport_check;
 
 // @!has 'foo/index.html' '//code' 'pub use self::i32;'
-// @has 'foo/index.html' '//tr[@class="module-item"]' 'i32'
+// @has 'foo/index.html' '//tr[@class="deprecated module-item"]' 'i32'
 // @has 'foo/i32/index.html'
 #[allow(deprecated, deprecated_in_future)]
 pub use std::i32;