Skip to content

Commit b418117

Browse files
authored
Rollup merge of rust-lang#119151 - Jules-Bertholet:no-foreign-doc-hidden-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
2 parents d201225 + 4ab8cdd commit b418117

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/ui/crashes/ice-6252.stderr

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ help: consider importing one of these items
88
|
99
LL + use core::marker::PhantomData;
1010
|
11-
LL + use serde::__private::PhantomData;
12-
|
1311
LL + use std::marker::PhantomData;
1412
|
1513

0 commit comments

Comments
 (0)