1
Fork 0

Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin

Add an attribute that makes the spans from a macro edition 2021, and fix pin on edition 2024 with it

Fixes a regression, see issue below. This is a temporary fix, super let is the real solution.

Closes #138596
This commit is contained in:
Matthias Krüger 2025-03-21 15:48:57 +01:00 committed by GitHub
commit 7c2475e9aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 59 additions and 8 deletions

View file

@ -1795,6 +1795,7 @@ 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,