Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-add support for parsing (and pretty-printing) inner-attributes in match body #85193

Merged

Commits on May 11, 2021

  1. Re-add support for parsing (and pretty-printing) inner-attributes wit…

    …hin 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.)
    pnkfelix committed May 11, 2021
    Configuration menu
    Copy the full SHA
    75d6293 View commit details
    Browse the repository at this point in the history
  2. Updates to tests.

    pnkfelix committed May 11, 2021
    Configuration menu
    Copy the full SHA
    8ce761d View commit details
    Browse the repository at this point in the history