rust/src/test/ui/deprecation
Mazdak Farrokhzad 193c3773c2
Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomez
Ignore future deprecations in #[deprecated]

The future deprecation warnings should only apply to `#[rustc_deprecated]` as they take into account rustc's version. Fixes #57952.

I've also slightly modified rustdoc's display of future deprecation notices to make it more consistent, so I'm assigning a rustdoc team member for review to make sure this is okay.

r? @GuillaumeGomez
2019-02-13 18:12:30 +01:00
..
auxiliary Remove licenses 2018-12-25 21:08:33 -07:00
atomic_initializers.fixed Add suggestions to deprecation lints 2019-01-30 17:49:04 +01:00
atomic_initializers.rs Add suggestions to deprecation lints 2019-01-30 17:49:04 +01:00
atomic_initializers.stderr Add suggestions to deprecation lints 2019-01-30 17:49:04 +01:00
deprecated-macro_escape-inner.rs Remove licenses 2018-12-25 21:08:33 -07:00
deprecated-macro_escape-inner.stderr Remove licenses 2018-12-25 21:08:33 -07:00
deprecated-macro_escape.rs Remove licenses 2018-12-25 21:08:33 -07:00
deprecated-macro_escape.stderr Remove licenses 2018-12-25 21:08:33 -07:00
deprecated_no_stack_check.rs Remove licenses 2018-12-25 21:08:33 -07:00
deprecated_no_stack_check.stderr Remove licenses 2018-12-25 21:08:33 -07:00
deprecation-in-future.rs Do not apply future deprecation warning for #[deprecated] 2019-02-11 11:17:35 +00:00
deprecation-in-future.stderr Do not apply future deprecation warning for #[deprecated] 2019-02-11 11:17:35 +00:00
deprecation-in-staged-api.rs Remove licenses 2018-12-25 21:08:33 -07:00
deprecation-in-staged-api.stderr Remove licenses 2018-12-25 21:08:33 -07:00
deprecation-lint-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
deprecation-lint-2.stderr Remove licenses 2018-12-25 21:08:33 -07:00
deprecation-lint-3.rs Remove licenses 2018-12-25 21:08:33 -07:00
deprecation-lint-3.stderr Remove licenses 2018-12-25 21:08:33 -07:00
deprecation-lint-nested.rs Remove licenses 2018-12-25 21:08:33 -07:00
deprecation-lint-nested.stderr Remove licenses 2018-12-25 21:08:33 -07:00
deprecation-lint.rs Do not apply future deprecation warning for #[deprecated] 2019-02-11 11:17:35 +00:00
deprecation-lint.stderr Do not apply future deprecation warning for #[deprecated] 2019-02-11 11:17:35 +00:00
deprecation-sanity.rs allow shorthand syntax for deprecation reason 2019-02-05 15:26:26 -05:00
deprecation-sanity.stderr allow shorthand syntax for deprecation reason 2019-02-05 15:26:26 -05:00
invalid-literal.rs allow shorthand syntax for deprecation reason 2019-02-05 15:26:26 -05:00
invalid-literal.stderr allow shorthand syntax for deprecation reason 2019-02-05 15:26:26 -05:00
rustc_deprecation-in-future.rs Add a test for rustc_deprecated 2019-02-11 13:18:33 +00:00
rustc_deprecation-in-future.stderr Add a test for rustc_deprecated 2019-02-11 13:18:33 +00:00