diff options
| author | bstrie <865233+bstrie@users.noreply.github.com> | 2021-01-10 16:57:21 -0500 |
|---|---|---|
| committer | bstrie <865233+bstrie@users.noreply.github.com> | 2021-01-20 20:08:11 -0500 |
| commit | 6f3df006105ee637f91f0e2af8ecd00c0fda03e6 (patch) | |
| tree | 33b4951320a29e41484d9698d1d1648bc55c4160 /src/test/rustdoc | |
| parent | a4cbb44ae2c80545db957763b502dc7f6ea22085 (diff) | |
| download | rust-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.rs | 2 |
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; |
