1
Fork 0

Make super a keyword

This commit is contained in:
Youngsoo Son 2013-01-24 16:01:03 +09:00
parent 07d0af151a
commit 4b2aa286d8
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"