Revert "Remove "iface" from keyword table."

This reverts commit 51b9674ed7.
This commit is contained in:
Lindsey Kuper 2012-08-02 18:41:18 -07:00
parent c076d3ccc0
commit 19570ab1f0

View file

@ -325,7 +325,7 @@ fn restricted_keyword_table() -> hashmap<~str, ()> {
~"do", ~"drop",
~"else", ~"enum", ~"export", ~"extern",
~"fail", ~"false", ~"fn", ~"for",
~"if", ~"impl", ~"import",
~"if", ~"iface", ~"impl", ~"import",
~"let", ~"log", ~"loop",
~"match", ~"mod", ~"module", ~"move", ~"mut",
~"new",