mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
error: expected a literal (`1u8`, `1.0f32`, `"string"`, etc.) here, found macro call
|
|
--> $DIR/macro-in-attribute.rs:4:21
|
|
|
|
|
LL | #[deprecated(note = concat!("a", "b"))]
|
|
| ^^^^^^^^^^^^^^^^^ macro calls are not allowed here
|
|
|
|
error: aborting due to 1 previous error
|
|
|