summary refs log tree commit diff
path: root/src/test/ui/consts/const-len-underflow-subspans.stderr
blob: 3fca7ecb19a52c10a52244a034eeebbfe641b68b (plain)
1
2
3
4
5
6
7
8
9
error[E0080]: evaluation of constant value failed
  --> $DIR/const-len-underflow-subspans.rs:18:17
   |
LL |     let a: [i8; ONE - TWO] = unimplemented!();
   |                 ^^^^^^^^^ attempt to subtract with overflow

error: aborting due to previous error

For more information about this error, try `rustc --explain E0080`.