mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 04:06:31 +00:00

Instead of separately hard-coding the operation being visited, we can get it from the match arm pattern by using an as-pattern.
Instead of separately hard-coding the operation being visited, we can get it from the match arm pattern by using an as-pattern.