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