Skip to content

Commit 19570ab

Browse files
committed
Revert "Remove "iface" from keyword table."
This reverts commit 51b9674.
1 parent c076d3c commit 19570ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/parse/token.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ fn restricted_keyword_table() -> hashmap<~str, ()> {
325325
~"do", ~"drop",
326326
~"else", ~"enum", ~"export", ~"extern",
327327
~"fail", ~"false", ~"fn", ~"for",
328-
~"if", ~"impl", ~"import",
328+
~"if", ~"iface", ~"impl", ~"import",
329329
~"let", ~"log", ~"loop",
330330
~"match", ~"mod", ~"module", ~"move", ~"mut",
331331
~"new",

0 commit comments

Comments
 (0)