mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 15:51:50 +00:00
Fixes #78675 We now bail out of `prepend_attrs` if we ended up capturing any inner attributes (which can happen in several places, due to token capturing for `macro_rules!` arguments.