rust/compiler/rustc_session
bors d824b23514 Auto merge of #75931 - estebank:suggest-if-let, r=petrochenkov
Suggest `if let x = y` when encountering `if x = y`

Detect potential cases where `if let` was meant but `let` was left out.

Fix #44990.
2020-09-01 00:26:01 +00:00
..
src Auto merge of #75931 - estebank:suggest-if-let, r=petrochenkov 2020-09-01 00:26:01 +00:00
Cargo.toml