2020-09-10 01:52:02 -05:00
|
|
|
error[E0080]: evaluation of constant value failed
|
2020-09-11 04:42:32 -05:00
|
|
|
--> $DIR/simple_fail.rs:7:33
|
2020-09-10 01:52:02 -05:00
|
|
|
|
|
|
|
|
LL | type Arr<const N: usize> = [u8; N - 1];
|
2020-09-15 14:34:50 -05:00
|
|
|
| ^^^^^ attempt to compute `0_usize - 1_usize`, which would overflow
|
2020-09-10 01:52:02 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|