mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
error: malformed `recursion_limit` attribute input
|
|
--> $DIR/invalid_macro.rs:1:1
|
|
|
|
|
LL | #![recursion_limit = foo!()]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![recursion_limit = "N"]`
|
|
|
|
error: aborting due to previous error
|
|
|