mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 06:35:49 +00:00
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.