about summary refs log tree commit diff
path: root/compiler/rustc_attr_data_structures/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_attr_data_structures/src
parent49e5e4e3a5610c240a717cb99003a5d5d3356679 (diff)
Remove #[rustc_macro_edition_2021].
It was only temporarily used by pin!(), which no longer needs it.
Diffstat (limited to 'compiler/rustc_attr_data_structures/src')
-rw-r--r--compiler/rustc_attr_data_structures/src/attributes.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_attr_data_structures/src/attributes.rs b/compiler/rustc_attr_data_structures/src/attributes.rs
index 969bce7ae20..d2d1285b075 100644
--- a/compiler/rustc_attr_data_structures/src/attributes.rs
+++ b/compiler/rustc_attr_data_structures/src/attributes.rs
@@ -191,7 +191,6 @@ pub enum AttributeKind {
     },
     MacroTransparency(Transparency),
     Repr(ThinVec<(ReprAttr, Span)>),
-    RustcMacroEdition2021,
     Stability {
         stability: Stability,
         /// Span of the `#[stable(...)]` or `#[unstable(...)]` attribute