From 3ab4b014cfaf6dff5b450f4a1772e9993550fe38 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 15 Aug 2012 18:46:55 -0700 Subject: Remove the class keyword --- src/libsyntax/parse/token.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse/token.rs') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index a99d071b6ef..0f4d71c281c 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -335,7 +335,7 @@ fn restricted_keyword_table() -> hashmap<~str, ()> { let keys = ~[ ~"again", ~"assert", ~"break", - ~"check", ~"class", ~"const", ~"copy", + ~"check", ~"const", ~"copy", ~"do", ~"drop", ~"else", ~"enum", ~"export", ~"extern", ~"fail", ~"false", ~"fn", ~"for", -- cgit 1.4.1-3-g733a5