rust/tests/ui/parser/issues/issue-5544-b.stderr

11 lines
326 B
Plaintext
Raw Normal View History

error: integer literal is too large
--> $DIR/issue-5544-b.rs:2:19
2018-10-20 15:36:17 -05:00
|
LL | let __isize = 0xffff_ffff_ffff_ffff_ffff_ffff_ffff_ffff_ff;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: value exceeds limit of `0xffffffffffffffffffffffffffffffff`
2018-10-20 15:36:17 -05:00
error: aborting due to previous error