blob: 08d6f12d1e641664e801e5e1a0042347d2c257b5 [file] [log] [blame] [edit]
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