about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorLindsey Kuper <lindsey@rockstargirl.org>2012-08-02 18:41:18 -0700
committerLindsey Kuper <lindsey@rockstargirl.org>2012-08-02 18:42:09 -0700
commit19570ab1f010ed5347f0b192282f3e681400155a (patch)
tree62f3720e308ed5d861d219c1cf84c2c52f95ed68 /src/libsyntax/parse
parentc076d3ccc0a0cfc9dc61c4a3cac9ae358781f7d5 (diff)
downloadrust-19570ab1f010ed5347f0b192282f3e681400155a.tar.gz
rust-19570ab1f010ed5347f0b192282f3e681400155a.zip
Revert "Remove "iface" from keyword table."
This reverts commit 51b9674ed7af96f31aa164215722710f8d3d9384.
Diffstat (limited to 'src/libsyntax/parse')
-rw-r--r--src/libsyntax/parse/token.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs
index a751270efdb..9d3bbef2cd4 100644
--- a/src/libsyntax/parse/token.rs
+++ b/src/libsyntax/parse/token.rs
@@ -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",