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

error: aborting due to previous error