rust/compiler/rustc_hir_analysis
dianne 8fc3938d99 fix scope of super let bindings within if let
They now use the enclosing temporary scope as their scope, regardless of
which `ScopeData` was used to mark it.
2025-08-13 01:38:22 -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.