9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
error: int literal is too large
|
|
--> $DIR/issue-5544-b.rs:2:19
|
|
|
|
|
LL | let __isize = 0xffff_ffff_ffff_ffff_ffff_ffff_ffff_ffff_ff;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|