mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
4fd68eb47b
feat: make `let_binding_suggestion` more reasonable This is my first PR for rustc, which trying to fix https://github.com/rust-lang/rust/issues/117894, I am not familiar with some internal api so maybe some modification here isn't the way to go, appreciated for any review suggestion.