summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/int-literal-too-large-span.stderr
blob: d65a3052ba933a13e1a8ffc624c1f10d3d4c33ec (plain)
1
2
3
4
5
6
7
8
9
10
error: integer literal is too large
  --> $DIR/int-literal-too-large-span.rs:4:5
   |
LL |     9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: value exceeds limit of `340282366920938463463374607431768211455`

error: aborting due to 1 previous error