]> git.proxmox.com Git - rustc.git/blob - src/test/ui/consts/const-eval/const-eval-overflow-3.stderr
New upstream version 1.46.0~beta.2+dfsg1
[rustc.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`.