diff options
Diffstat (limited to 'tests/data/parser/err/0005_attribute_recover.rs')
-rw-r--r-- | tests/data/parser/err/0005_attribute_recover.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/data/parser/err/0005_attribute_recover.rs b/tests/data/parser/err/0005_attribute_recover.rs deleted file mode 100644 index de7f81628..000000000 --- a/tests/data/parser/err/0005_attribute_recover.rs +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | #[foo(foo, +, 92)] | ||
2 | fn foo() { | ||
3 | } | ||
4 | |||
5 | |||
6 | #[foo( | ||
7 | fn foo() { | ||
8 | } | ||