mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 22:26:26 +00:00
This ensures `if let` guard temporaries and bindings are dropped before the match arm's pattern's bindings.
For more information about how rustc works, see the rustc dev guide.