mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
7c2475e9aa
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