Skip to content

Commit 15101eb

Browse files
committed
---
yaml --- r: 4923 b: refs/heads/master c: da76679 h: refs/heads/master i: 4921: 844fb5a 4919: 242e747 v: v3
1 parent 626b64f commit 15101eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: c6155d1fd112407c2d111c0c81c38a3606a0954e
2+
refs/heads/master: da766791d3ee2d9725792c326091fdbc46ce3a89

trunk/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)