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.
1 parent 490c773 commit e34ee24Copy full SHA for e34ee24
tests/ui/crashes/ice-6252.stderr
@@ -28,7 +28,7 @@ LL | const VAL: T;
28
| ------------ `VAL` from trait
29
...
30
LL | impl<N, M> TypeVal<usize> for Multiply<N, M> where N: TypeVal<VAL> {}
31
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `VAL` in implementation
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `VAL` in implementation
32
33
error: constant expression depends on a generic parameter
34
--> $DIR/ice-6252.rs:13:9
0 commit comments