mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
b821f972b6
When the manually stripped entity receives a name as the first use through a simple `let` statement, this name can be used in the generated `if let Some(…)` expression instead of a placeholder. Fix #14183 changelog: [`manual_strip`]: reuse existing identifier in suggestion when possible