diff options
Diffstat (limited to 'tests/ui/attributes/attr-eq-token-tree.stderr')
-rw-r--r-- | tests/ui/attributes/attr-eq-token-tree.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/attributes/attr-eq-token-tree.stderr b/tests/ui/attributes/attr-eq-token-tree.stderr new file mode 100644 index 000000000..1846444b6 --- /dev/null +++ b/tests/ui/attributes/attr-eq-token-tree.stderr @@ -0,0 +1,8 @@ +error: expected expression, found `]` + --> $DIR/attr-eq-token-tree.rs:1:14 + | +LL | #[my_attr = !] + | ^ expected expression + +error: aborting due to previous error + |