]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/const-eval-overflow-3.stderr
0ae51786b36a5ac59b37a5c9be689965723038de
[rust.git] / src / test / ui / consts / const-eval / const-eval-overflow-3.stderr
1 error[E0080]: evaluation of constant value failed
2   --> $DIR/const-eval-overflow-3.rs:20:11
3    |
4 LL |     = [0; (i8::MAX + 1) as usize];
5    |           ^^^^^^^^^^^^^ attempt to compute `i8::MAX + 1_i8`, which would overflow
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0080`.