We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3cc6b commit 7f70e3bCopy full SHA for 7f70e3b
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: a38a1b6c7ae87953e51b5a1c93c974f7b9b08ec9
+refs/heads/master: 511c053856b67b81309bfd362c0c53452da062b1
trunk/src/comp/syntax/parse/parser.rs
@@ -165,8 +165,6 @@ fn bad_expr_word_table() -> hashmap[str, ()] {
165
words.insert("assert", ());
166
words.insert("claim", ());
167
words.insert("prove", ());
168
- words.insert("state", ());
169
- words.insert("gc", ());
170
words.insert("native", ());
171
words.insert("fn", ());
172
words.insert("block", ());
0 commit comments