9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
error: attribute value must be a literal
|
|
--> $DIR/invalid_macro.rs:1:22
|
|
|
|
|
LL | #![recursion_limit = foo!()]
|
|
| ^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|