Merge pull request #4609 from sonwow/keyword-super

Make `super` a keyword
This commit is contained in:
Tim Chevalier
2013-01-24 11:17:52 -08:00
4 changed files with 10 additions and 7 deletions

View File

@@ -493,7 +493,7 @@ fn strict_keyword_table() -> HashMap<~str, ()> {
~"once",
~"priv", ~"pub", ~"pure",
~"ref", ~"return",
~"struct",
~"struct", ~"super",
~"true", ~"trait", ~"type",
~"unsafe", ~"use",
~"while"