Skip to content

Commit

Permalink
Rollup merge of rust-lang#119151 - Jules-Bertholet:no-foreign-doc-hid…
Browse files Browse the repository at this point in the history
…den-suggest, r=davidtwco

Hide foreign `#[doc(hidden)]` paths in import suggestions

Stops the compiler from suggesting to import foreign `#[doc(hidden)]` paths.

```@rustbot``` label A-suggestion-diagnostics
  • Loading branch information
matthiaskrgr authored Jan 5, 2024
2 parents d201225 + 4ab8cdd commit b418117
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ui/crashes/ice-6252.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ help: consider importing one of these items
|
LL + use core::marker::PhantomData;
|
LL + use serde::__private::PhantomData;
|
LL + use std::marker::PhantomData;
|

Expand Down

0 comments on commit b418117

Please sign in to comment.