rust/compiler/rustc_hir_analysis
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 high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.