diff options
Diffstat (limited to 'tests/ui/attributes/attr-eq-token-tree.rs')
-rw-r--r-- | tests/ui/attributes/attr-eq-token-tree.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/attributes/attr-eq-token-tree.rs b/tests/ui/attributes/attr-eq-token-tree.rs new file mode 100644 index 000000000..330b11977 --- /dev/null +++ b/tests/ui/attributes/attr-eq-token-tree.rs @@ -0,0 +1,2 @@ +#[my_attr = !] //~ ERROR expected expression, found `]` +fn main() {} |