mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 01:47:27 +00:00
Suggest while let x = y when encountering while x = y Extends #75931 to also detect where the `let` might be missing from `while let` expressions.