mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
21 lines
584 B
Plaintext
21 lines
584 B
Plaintext
error: `limit` must be a non-negative integer
|
|
--> $DIR/empty.rs:3:1
|
|
|
|
|
LL | #![recursion_limit = ""]
|
|
| ^^^^^^^^^^^^^^^^^^^^^--^
|
|
| |
|
|
| `limit` must be a non-negative integer
|
|
|
|
error: `limit` must be a non-negative integer
|
|
--> $DIR/empty.rs:3:1
|
|
|
|
|
LL | #![recursion_limit = ""]
|
|
| ^^^^^^^^^^^^^^^^^^^^^--^
|
|
| |
|
|
| `limit` must be a non-negative integer
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
|
|
|
error: aborting due to 2 previous errors
|
|
|