mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 12:47:29 +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.