summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-5544-a.stderr
blob: 6e68c75850afe576d6b25e4bf5fe8213bf720c2f (plain)
1
2
3
4
5
6
7
8
9
10
error: integer literal is too large
  --> $DIR/issue-5544-a.rs:2:19
   |
LL |     let __isize = 340282366920938463463374607431768211456; // 2^128
   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: value exceeds limit of `340282366920938463463374607431768211455`

error: aborting due to previous error