From 4b2aa286d8448168e9077565ff17b7a6df4db105 Mon Sep 17 00:00:00 2001 From: Youngsoo Son Date: Thu, 24 Jan 2013 16:01:03 +0900 Subject: Make `super` a keyword --- src/libsyntax/parse/token.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index 2136499f8f0..a8c0c074588 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -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" -- cgit 1.4.1-3-g733a5