2020-02-19 10:24:16 +01:00
|
|
|
error: `limit` must be a non-negative integer
|
2019-12-12 21:18:21 -07:00
|
|
|
--> $DIR/invalid_digit.rs:3:1
|
|
|
|
|
|
|
|
|
LL | #![recursion_limit = "-100"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^------^
|
|
|
|
| |
|
|
|
|
| not a valid integer
|
|
|
|
|
2021-06-25 18:48:26 -05:00
|
|
|
error: `limit` must be a non-negative integer
|
|
|
|
--> $DIR/invalid_digit.rs:3:1
|
|
|
|
|
|
|
|
|
LL | #![recursion_limit = "-100"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^------^
|
|
|
|
| |
|
|
|
|
| not a valid integer
|
2023-10-04 18:34:50 +00: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 21:18:21 -07:00
|
|
|
|