Skip to content

Commit da76679

Browse files
committed
hmm, this should have been in the last commit. Oops.
1 parent c6155d1 commit da76679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/comp/syntax/parse/parser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ fn bad_expr_word_table() -> hashmap<str, ()> {
173173
words.insert("fn", ());
174174
words.insert("block", ());
175175
words.insert("lambda", ());
176+
words.insert("pred", ()); // FIXME: remove
176177
words.insert("pure", ());
177178
words.insert("iter", ());
178179
words.insert("block", ());

0 commit comments

Comments
 (0)