mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 02:08:56 +00:00
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.