rust/compiler/rustc_parse/src
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
..
lexer Fix span for unicode escape suggestion. 2020-10-05 11:19:08 -07:00
parser Use reparsed TokenStream if we captured any inner attributes 2020-11-02 13:22:03 -05:00
lib.rs Use reparsed TokenStream if we captured any inner attributes 2020-11-02 13:22:03 -05:00
validate_attr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00