mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 07:18:53 +00:00
Fix `SourceScope` for `if let` bindings. Fixes #97799. I'm not sure how to test this properly, is there any way to observe the difference in behavior apart from `ui` tests? I'm worried that they would be overlooked in the case of a regression.