mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-15 01:46:46 +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
|
|
|