mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
error: malformed `recursion_limit` attribute input
|
|
--> $DIR/no-value.rs:3:1
|
|
|
|
|
LL | #![recursion_limit]
|
|
| ^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![recursion_limit = "N"]`
|
|
|
|
error: aborting due to previous error
|
|
|