rust/tests/ui/parser/macro/expr-in-attribute.stderr
2025-12-09 01:16:05 +00:00

8 lines
264 B
Text

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