Add rustdoc index page test for future deprecation attributes
This commit is contained in:
parent
01df8fe8ff
commit
c8752415dc
@ -1,5 +1,7 @@
|
||||
#![feature(deprecated)]
|
||||
|
||||
// @has deprecated_future/index.html '//*[@class="stab deprecated"]' \
|
||||
// 'Deprecated'
|
||||
// @has deprecated_future/struct.S.html '//*[@class="stab deprecated"]' \
|
||||
// 'Deprecated since 99.99.99: effectively never'
|
||||
#[deprecated(since = "99.99.99", note = "effectively never")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user