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