rust/compiler/rustc_middle
dianne b2241c78c8 add a scope for if let guard temporaries and bindings
This ensures `if let` guard temporaries and bindings are dropped before
the match arm's pattern's bindings.
2025-08-07 16:43:20 -07:00
..
2025-07-31 14:19:27 +02:00

For more information about how rustc works, see the rustc dev guide.