rust/src/test/ui/consts/const-eval/shift_overflow.stderr
2018-12-25 21:08:33 -07:00

10 lines
349 B
Plaintext

error[E0080]: evaluation of constant value failed
--> $DIR/shift_overflow.rs:3:9
|
LL | X = 1 << ((u32::max_value() as u64) + 1), //~ ERROR E0080
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to shift left with overflow
error: aborting due to previous error
For more information about this error, try `rustc --explain E0080`.