diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2011-08-24 14:29:08 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2011-08-24 14:29:08 -0700 |
| commit | da766791d3ee2d9725792c326091fdbc46ce3a89 (patch) | |
| tree | f7517443b584bb98abfec989b163963de8db1e5a /src/comp/syntax/parse | |
| parent | c6155d1fd112407c2d111c0c81c38a3606a0954e (diff) | |
| download | rust-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.rs | 1 |
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", ()); |
