mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 19:26:47 +00:00
Hide foreign `#[doc(hidden)]` paths in import suggestions Stops the compiler from suggesting to import foreign `#[doc(hidden)]` paths. ```@rustbot``` label A-suggestion-diagnostics