Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/validation/dangling_impl.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/validation/dangling_impl.rast | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/crates/syntax/test_data/parser/validation/dangling_impl.rast b/crates/syntax/test_data/parser/validation/dangling_impl.rast index dbe6535ac6..2db07ae12a 100644 --- a/crates/syntax/test_data/parser/validation/dangling_impl.rast +++ b/crates/syntax/test_data/parser/validation/dangling_impl.rast @@ -1,25 +1,23 @@ [email protected] "fn" - [email protected] "&" - [email protected] "impl" - [email protected] ")" - [email protected] " " - [email protected] "{" - [email protected] "}" -error 9..13: At least one trait must be specified + [email protected] "impl" + [email protected] ")" + [email protected] " " + [email protected] "{" + [email protected] "}" +error 8..12: At least one trait must be specified |