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