about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2025-04-16 23:35:33 +0200
committerMara Bos <m-ou.se@m-ou.se>2025-04-20 11:15:46 +0200
commit5f4d676e70d23b27cf03d931a8a9e944703ade8a (patch)
tree12ad3f36f169b0c9a35f6623785b602fd4e68a60 /compiler/rustc_span/src
parent49e5e4e3a5610c240a717cb99003a5d5d3356679 (diff)
downloadrust-5f4d676e70d23b27cf03d931a8a9e944703ade8a.tar.gz
rust-5f4d676e70d23b27cf03d931a8a9e944703ade8a.zip
Remove #[rustc_macro_edition_2021].
It was only temporarily used by pin!(), which no longer needs it.
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 1c325ce7fd4..32a5aff0cb3 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1824,7 +1824,6 @@ symbols! {
         rustc_lint_opt_ty,
         rustc_lint_query_instability,
         rustc_lint_untracked_query_information,
-        rustc_macro_edition_2021,
         rustc_macro_transparency,
         rustc_main,
         rustc_mir,