mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
c5dd84d493
Typo suggestion to change bindings with leading underscore When encountering a binding that isn't found but has a typo suggestion for a binding with a leading underscore, suggest changing the binding definition instead of the use place. Fix #60164.