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 63e7e12 commit 29caf9bCopy full SHA for 29caf9b
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: c6155d1fd112407c2d111c0c81c38a3606a0954e
+refs/heads/master: da766791d3ee2d9725792c326091fdbc46ce3a89
trunk/src/comp/syntax/parse/parser.rs
@@ -173,6 +173,7 @@ fn bad_expr_word_table() -> hashmap<str, ()> {
173
words.insert("fn", ());
174
words.insert("block", ());
175
words.insert("lambda", ());
176
+ words.insert("pred", ()); // FIXME: remove
177
words.insert("pure", ());
178
words.insert("iter", ());
179
0 commit comments