]> git.lizzy.rs Git - rust.git/commitdiff
hmm, this should have been in the last commit. Oops.
authorTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 24 Aug 2011 21:29:08 +0000 (14:29 -0700)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 24 Aug 2011 21:29:08 +0000 (14:29 -0700)
src/comp/syntax/parse/parser.rs

index b4ad7339e25b83cab2220af08916a56070067ce6..f7329bd3b3b8e13d048d205cbe1d9ab96acd3085 100644 (file)
@@ -173,6 +173,7 @@ fn bad_expr_word_table() -> hashmap<str, ()> {
     words.insert("fn", ());
     words.insert("block", ());
     words.insert("lambda", ());
+    words.insert("pred", ()); // FIXME: remove
     words.insert("pure", ());
     words.insert("iter", ());
     words.insert("block", ());