Make super
a keyword
This commit is contained in:
parent
07d0af151a
commit
4b2aa286d8
4 changed files with 10 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue