mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 15:46:39 +00:00
11 lines
270 B
Plaintext
11 lines
270 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: aborting due to 1 previous error
|
|
|