about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-06-15 11:04:23 +0000
committerbors <bors@rust-lang.org>2022-06-15 11:04:23 +0000
commita4cec9742b7e05c33c84cd75002cd56762f7e33b (patch)
treebf9437b4953bcadeb796d2875d11263c510fbdde /compiler/rustc_span/src
parentebe184a69316fab85129896e5045502c5db9d6f4 (diff)
parentb1e54723493e24cd880b2c0fe024e8b963c4bd51 (diff)
downloadrust-a4cec9742b7e05c33c84cd75002cd56762f7e33b.tar.gz
rust-a4cec9742b7e05c33c84cd75002cd56762f7e33b.zip
Auto merge of #98131 - JohnTitor:rollup-c17vjdy, r=JohnTitor
Rollup of 3 pull requests

Successful merges:

 - #95118 (Implement stabilization of `#[feature(io_safety)]`.)
 - #98110 (Make `ExprKind::Closure` a struct variant.)
 - #98115 (Remove `rustc_deprecated` diagnostics)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
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,