mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 23:37:01 +00:00
Account for hygiene in typo suggestions, and use them to point to shadowed names Fixes https://github.com/rust-lang/rust/issues/97459 r? `@estebank`