mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
41a1cfdbaf
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`