aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/ok/0024_const_item.rast
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2021-01-24 01:17:41 +0000
committerLukas Wirth <[email protected]>2021-01-24 01:17:41 +0000
commit70d43c3faf6cc4e6fe4833c6375d05e54874ca0d (patch)
treef4b06a875d92661bcf5b4080864baa07dabb8914 /crates/syntax/test_data/parser/ok/0024_const_item.rast
parent89fef5307e81d5d23bb65677000f35332190661a (diff)
Add validation for mutable const items
Diffstat (limited to 'crates/syntax/test_data/parser/ok/0024_const_item.rast')
-rw-r--r--crates/syntax/test_data/parser/ok/0024_const_item.rast23
1 files changed, 1 insertions, 22 deletions
diff --git a/crates/syntax/test_data/parser/ok/0024_const_item.rast b/crates/syntax/test_data/parser/ok/0024_const_item.rast
index dd1b9c9a0..b89ed6f98 100644
--- a/crates/syntax/test_data/parser/ok/0024_const_item.rast
+++ b/crates/syntax/test_data/parser/ok/0024_const_item.rast
@@ -1,4 +1,4 @@
1SOURCE_FILE@0..64 1SOURCE_FILE@0..39
2 [email protected] 2 [email protected]
3 [email protected] "const" 3 [email protected] "const"
4 [email protected] " " 4 [email protected] " "
@@ -36,24 +36,3 @@ [email protected]
36 [email protected] "92" 36 [email protected] "92"
37 [email protected] ";" 37 [email protected] ";"
38 [email protected] "\n" 38 [email protected] "\n"
39 [email protected]
40 [email protected] "const"
41 [email protected] " "
42 [email protected] "mut"
43 [email protected] " "
44 [email protected]
45 [email protected] "BAR"
46 [email protected] ":"
47 [email protected] " "
48 [email protected]
49 [email protected]
50 [email protected]
51 [email protected]
52 [email protected] "u32"
53 [email protected] " "
54 [email protected] "="
55 [email protected] " "
56 [email protected]
57 [email protected] "62"
58 [email protected] ";"
59 [email protected] "\n"