diff options
| author | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-08-02 18:41:18 -0700 |
|---|---|---|
| committer | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-08-02 18:42:09 -0700 |
| commit | 19570ab1f010ed5347f0b192282f3e681400155a (patch) | |
| tree | 62f3720e308ed5d861d219c1cf84c2c52f95ed68 /src/libsyntax/parse | |
| parent | c076d3ccc0a0cfc9dc61c4a3cac9ae358781f7d5 (diff) | |
| download | rust-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.rs | 2 |
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", |
