rust/compiler/rustc_parse
Felix S. Klock II 3f94559a02 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.)

(cherry picked from commit 75d6293128)
2021-07-02 12:19:38 -07:00
..
src Re-add support for parsing (and pretty-printing) inner-attributes within body of a match. 2021-07-02 12:19:38 -07:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00