We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dda2c4 commit 5851d62Copy full SHA for 5851d62
src/test/ui/const-generics/const_evaluatable_checked/from-sig-fail.stderr
@@ -2,7 +2,7 @@ error[E0080]: evaluation of constant value failed
2
--> $DIR/from-sig-fail.rs:4:35
3
|
4
LL | fn test<const N: usize>() -> [u8; N - 1] {
5
- | ^^^^^ attempt to compute `0_usize - 1_usize` which would overflow
+ | ^^^^^ attempt to compute `0_usize - 1_usize`, which would overflow
6
7
error: aborting due to previous error
8
0 commit comments