mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 15:29:44 +00:00
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.