Revert "Remove "iface" from keyword table."
This reverts commit 51b9674ed7af96f31aa164215722710f8d3d9384.
This commit is contained in:
parent
c076d3ccc0
commit
19570ab1f0
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user