blob: 0189e99da3714f5145469ad8e8590aedc440d4b8 (
plain)
1
2
3
4
5
6
7
8
|
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
|