We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bab40dc + 573e902 commit 3e4bad3Copy full SHA for 3e4bad3
tests/ui/crashes/ice-6252.stderr
@@ -4,9 +4,7 @@ error[E0412]: cannot find type `PhantomData` in this scope
4
LL | _n: PhantomData,
5
| ^^^^^^^^^^^ not found in this scope
6
|
7
-help: consider importing one of these items
8
- |
9
-LL + use core::marker::PhantomData;
+help: consider importing this struct
10
11
LL + use std::marker::PhantomData;
12
0 commit comments