rust/src/test/ui/parser/issues/issue-5544-b.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
250 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;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error