Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/validation/0046_mutable_const_item.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/validation/0046_mutable_const_item.rast | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/validation/0046_mutable_const_item.rast b/crates/syntax/test_data/parser/validation/0046_mutable_const_item.rast new file mode 100644 index 0000000000..c7eb312c92 --- /dev/null +++ b/crates/syntax/test_data/parser/validation/0046_mutable_const_item.rast @@ -0,0 +1,22 @@ + [email protected] "const" + [email protected] " " + [email protected] "mut" + [email protected] " " + [email protected] "FOO" + [email protected] ":" + [email protected] " " + [email protected] "(" + [email protected] ")" + [email protected] " " + [email protected] "=" + [email protected] " " + [email protected] "(" + [email protected] ")" + [email protected] ";" + [email protected] "\n" +error 6..9: const globals cannot be mutable |