mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
10 lines
415 B
Text
10 lines
415 B
Text
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 previous error
|
|
|