Skip to content

Commit 9c0cbe9

Browse files
committed
Merge E0412 into E0425
1 parent 099308a commit 9c0cbe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ui/crashes/ice-6252.stderr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error[E0412]: cannot find type `PhantomData` in this scope
1+
error[E0425]: cannot find type `PhantomData` in this scope
22
--> tests/ui/crashes/ice-6252.rs:9:9
33
|
44
LL | _n: PhantomData,
@@ -9,7 +9,7 @@ help: consider importing this struct
99
LL + use std::marker::PhantomData;
1010
|
1111

12-
error[E0412]: cannot find type `VAL` in this scope
12+
error[E0425]: cannot find type `VAL` in this scope
1313
--> tests/ui/crashes/ice-6252.rs:12:63
1414
|
1515
LL | impl<N, M> TypeVal<usize> for Multiply<N, M> where N: TypeVal<VAL> {}
@@ -31,5 +31,5 @@ LL | impl<N, M> TypeVal<usize> for Multiply<N, M> where N: TypeVal<VAL> {}
3131

3232
error: aborting due to 3 previous errors
3333

34-
Some errors have detailed explanations: E0046, E0412.
34+
Some errors have detailed explanations: E0046, E0425.
3535
For more information about an error, try `rustc --explain E0046`.

0 commit comments

Comments
 (0)