Skip to content

Commit e34ee24

Browse files
committed
fix miri-opt tests
1 parent 490c773 commit e34ee24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/crashes/ice-6252.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ LL | const VAL: T;
2828
| ------------ `VAL` from trait
2929
...
3030
LL | impl<N, M> TypeVal<usize> for Multiply<N, M> where N: TypeVal<VAL> {}
31-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `VAL` in implementation
31+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `VAL` in implementation
3232

3333
error: constant expression depends on a generic parameter
3434
--> $DIR/ice-6252.rs:13:9

0 commit comments

Comments
 (0)