mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 01:28:07 +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`