diff options
| author | Jules Bertholet <julesbertholet@quoi.xyz> | 2023-12-19 22:52:04 -0500 |
|---|---|---|
| committer | Jules Bertholet <julesbertholet@quoi.xyz> | 2023-12-20 00:19:45 -0500 |
| commit | 4ab8cdd5b9f715938f5d4f1c4c6a87b4ea400ce5 (patch) | |
| tree | dc8329e2161dfed350a2e40295eac612a05209fb | |
| parent | d165a38de033c54e27ab89faca97cbab24d5e6f5 (diff) | |
| download | rust-4ab8cdd5b9f715938f5d4f1c4c6a87b4ea400ce5.tar.gz rust-4ab8cdd5b9f715938f5d4f1c4c6a87b4ea400ce5.zip | |
Hide foreign `#[doc(hidden)]` paths in import suggestions
| -rw-r--r-- | tests/ui/crashes/ice-6252.stderr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/crashes/ice-6252.stderr b/tests/ui/crashes/ice-6252.stderr index f929bec9583..f6d0976091c 100644 --- a/tests/ui/crashes/ice-6252.stderr +++ b/tests/ui/crashes/ice-6252.stderr @@ -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; | |
