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