mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
error: expected a literal (`1u8`, `1.0f32`, `"string"`, etc.) here, found expression
|
|
--> $DIR/expr-in-attribute.rs:4:21
|
|
|
|
|
LL | #[deprecated(note = a!=b)]
|
|
| ^^^^ expressions are not allowed here
|
|
|
|
error: aborting due to 1 previous error
|
|
|