rust/compiler/rustc_ast_pretty
LingMan fcec76bde4 Simplify a nested bool match
Logically this first eliminates the innermost match by merging the patterns.
Then, in a second step, turns the newly innermost match into a `matches!` call.
2020-10-14 06:26:47 +02:00
..
2020-10-14 06:26:47 +02:00