rust/tests/ui/attributes/attr-eq-token-tree.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
181 B
Plaintext
Raw Normal View History

error: expected expression, found `]`
--> $DIR/attr-eq-token-tree.rs:1:14
|
2019-03-09 06:03:44 -06:00
LL | #[my_attr = !]
| ^ expected expression
error: aborting due to previous error