2020-02-19 09:24:16 +00:00
|
|
|
error: `limit` must be a non-negative integer
|
2019-12-13 04:18:21 +00:00
|
|
|
--> $DIR/invalid_digit.rs:3:1
|
|
|
|
|
|
|
|
|
LL | #![recursion_limit = "-100"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^------^
|
|
|
|
| |
|
|
|
|
| not a valid integer
|
|
|
|
|
2021-06-25 23:48:26 +00: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 23:48:26 +00:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2019-12-13 04:18:21 +00:00
|
|
|
|