diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2022-06-15 19:37:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-15 19:37:15 +0900 |
| commit | b1e54723493e24cd880b2c0fe024e8b963c4bd51 (patch) | |
| tree | a7fc0e6803059aabbe5e28e4dbfa2f53e63959cd /compiler/rustc_span/src | |
| parent | 87e373e82f1791e42d09c1adc9170879304e62cb (diff) | |
| parent | fb05b53745824a2633f49a8eef6ea9739bbf1cc5 (diff) | |
| download | rust-b1e54723493e24cd880b2c0fe024e8b963c4bd51.tar.gz rust-b1e54723493e24cd880b2c0fe024e8b963c4bd51.zip | |
Rollup merge of #98115 - jhpratt:remove-rustc_deprecated, r=compiler-errors
Remove `rustc_deprecated` diagnostics Follow-up on #95960. The diagnostics will remain until the next bootstrap, at which point people will have had six weeks to adjust. ``@rustbot`` label +A-diagnostics r? ``@compiler-errors``
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 6547ec493c8..ea51e3cfbc8 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1188,7 +1188,6 @@ symbols! { rustc_const_unstable, rustc_conversion_suggestion, rustc_def_path, - rustc_deprecated, rustc_diagnostic_item, rustc_diagnostic_macros, rustc_dirty, |
