rust/compiler/rustc_parse
Aaron Hill 22383b32b8
Use reparsed TokenStream if we captured any inner attributes
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.
2020-11-02 13:22:03 -05:00
..
src Use reparsed TokenStream if we captured any inner attributes 2020-11-02 13:22:03 -05:00
Cargo.toml