2019-02-06 07:17:27 -06:00
|
|
|
// @has deprecated_future/index.html '//*[@class="stab deprecated"]' \
|
|
|
|
// 'Deprecated'
|
2018-03-19 12:02:04 -05:00
|
|
|
// @has deprecated_future/struct.S.html '//*[@class="stab deprecated"]' \
|
2019-02-06 06:01:28 -06:00
|
|
|
// 'Deprecated since 99.99.99: effectively never'
|
2018-03-19 12:02:04 -05:00
|
|
|
#[deprecated(since = "99.99.99", note = "effectively never")]
|
|
|
|
pub struct S;
|