mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 16:57:22 +00:00
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
|
|
|