mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00
11 lines
388 B
Plaintext
11 lines
388 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"]`
|
|
|
|
|
= note: for more information, visit <https://doc.rust-lang.org/reference/attributes/limits.html#the-recursion_limit-attribute>
|
|
|
|
error: aborting due to 1 previous error
|
|
|