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:08:31 -0700
committerLindsey Kuper <lindsey@rockstargirl.org>2012-08-02 18:10:07 -0700
commit51b9674ed7af96f31aa164215722710f8d3d9384 (patch)
tree35f487cbcc167eec46c1738272f134fa36d109df /src/libsyntax/parse
parent4779d2b392bf1d721eccbcac00d1ab1708a8faa1 (diff)
Remove "iface" from keyword table.
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 9d3bbef2cd4..a751270efdb 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", ~"iface", ~"impl", ~"import",
+        ~"if", ~"impl", ~"import",
         ~"let", ~"log", ~"loop",
         ~"match", ~"mod", ~"module", ~"move", ~"mut",
         ~"new",