mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 07:35:30 +00:00
Use `crate::` prefix for root macro suggestions Fixes #141082 I've changed the prefix to `crate` directly, since it's compatible across all editions.