Fix UI test fallout

This commit is contained in:
varkor 2020-09-26 20:14:16 +01:00
parent 7dda2c4218
commit 5851d624ae

View file

@ -2,7 +2,7 @@ error[E0080]: evaluation of constant value failed
--> $DIR/from-sig-fail.rs:4:35
|
LL | fn test<const N: usize>() -> [u8; N - 1] {
| ^^^^^ attempt to compute `0_usize - 1_usize` which would overflow
| ^^^^^ attempt to compute `0_usize - 1_usize`, which would overflow
error: aborting due to previous error