2021-09-17 13:08:56 -07:00
|
|
|
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"]`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-09-17 13:08:56 -07:00
|
|
|
|