about summary refs log tree commit diff
path: root/src/comp/syntax/parse
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2011-08-24 14:29:08 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2011-08-24 14:29:08 -0700
commitda766791d3ee2d9725792c326091fdbc46ce3a89 (patch)
treef7517443b584bb98abfec989b163963de8db1e5a /src/comp/syntax/parse
parentc6155d1fd112407c2d111c0c81c38a3606a0954e (diff)
downloadrust-da766791d3ee2d9725792c326091fdbc46ce3a89.tar.gz
rust-da766791d3ee2d9725792c326091fdbc46ce3a89.zip
hmm, this should have been in the last commit. Oops.
Diffstat (limited to 'src/comp/syntax/parse')
-rw-r--r--src/comp/syntax/parse/parser.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/syntax/parse/parser.rs b/src/comp/syntax/parse/parser.rs
index b4ad7339e25..f7329bd3b3b 100644
--- a/src/comp/syntax/parse/parser.rs
+++ b/src/comp/syntax/parse/parser.rs
@@ -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", ());