Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/err/0047_repated_extern_modifier.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/err/0047_repated_extern_modifier.rast | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/err/0047_repated_extern_modifier.rast b/crates/syntax/test_data/parser/err/0047_repated_extern_modifier.rast new file mode 100644 index 0000000000..85e10ca36d --- /dev/null +++ b/crates/syntax/test_data/parser/err/0047_repated_extern_modifier.rast @@ -0,0 +1,15 @@ + [email protected] "extern" + [email protected] " " + [email protected] "\"C\"" + [email protected] " " + [email protected] "extern" + [email protected] " " + [email protected] "\"C\"" + [email protected] "\n" +error 10..10: expected existential, fn, trait or impl +error 21..21: expected existential, fn, trait or impl |