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

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

11 lines
330 B
Plaintext
Raw Normal View History

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