rust/compiler/rustc_ast_pretty/src
Felix S. Klock II 75d6293128 Re-add support for parsing (and pretty-printing) inner-attributes within body of a match.
In other words, we can do `match EXPR { #![inner_attr] ARM_1 ARM_2 ... }` again.

I believe this unbreaks the only four crates that crater flagged as broken by PR 83312.

(I am putting this up so that the lang-team can check it out and decide whether
it changes their mind about what to do regarding PR 83312.)
2021-05-11 15:18:09 -04:00
..
pprust Re-add support for parsing (and pretty-printing) inner-attributes within body of a match. 2021-05-11 15:18:09 -04:00
helpers.rs
lib.rs stabilize or_patterns 2021-03-19 19:45:32 -05:00
pp.rs Add missing commas to rustc_ast_pretty::pp docs 2020-12-28 14:23:20 -08:00