mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 19:46:01 +00:00
Run AST validation on match guards correctly AST validation was being skipped on match guards other than `if let` guards.
Run AST validation on match guards correctly AST validation was being skipped on match guards other than `if let` guards.