rust/compiler/rustc_parse
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
..
src Re-add support for parsing (and pretty-printing) inner-attributes within body of a match. 2021-05-11 15:18:09 -04:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00