Skip to content

Commit

Permalink
Fix UI test fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed Sep 26, 2020
1 parent 7dda2c4 commit 5851d62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5851d62

Please sign in to comment.