Merge pull request #4609 from sonwow/keyword-super
Make `super` a keyword
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user