2020-02-19 03:24:16 -06:00
|
|
|
error: `limit` must be a non-negative integer
|
2019-12-12 22:18:21 -06:00
|
|
|
--> $DIR/overflow.rs:3:1
|
|
|
|
|
|
|
|
|
LL | #![recursion_limit = "999999999999999999999999"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^--------------------------^
|
|
|
|
| |
|
2020-02-19 03:24:16 -06:00
|
|
|
| `limit` is too large
|
2019-12-12 22:18:21 -06:00
|
|
|
|
2021-06-25 18:48:26 -05:00
|
|
|
error: `limit` must be a non-negative integer
|
|
|
|
--> $DIR/overflow.rs:3:1
|
|
|
|
|
|
|
|
|
LL | #![recursion_limit = "999999999999999999999999"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^--------------------------^
|
|
|
|
| |
|
|
|
|
| `limit` is too large
|
2023-10-04 13:34:50 -05:00
|
|
|
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2021-06-25 18:48:26 -05:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2019-12-12 22:18:21 -06:00
|
|
|
|