Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/validation/impl_trait_lifetime_only.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/validation/impl_trait_lifetime_only.rast | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/validation/impl_trait_lifetime_only.rast b/crates/syntax/test_data/parser/validation/impl_trait_lifetime_only.rast new file mode 100644 index 0000000000..ed938d63db --- /dev/null +++ b/crates/syntax/test_data/parser/validation/impl_trait_lifetime_only.rast @@ -0,0 +1,29 @@ + [email protected] "fn" + [email protected] " " + [email protected] "f" + [email protected] "(" + [email protected] "_" + [email protected] ":" + [email protected] " " + [email protected] "&" + [email protected] "impl" + [email protected] " " + [email protected] "'a" + [email protected] ")" + [email protected] " " + [email protected] "{" + [email protected] "}" +error 9..16: At least one trait is required for an object type |