mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 22:36:43 +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.