From 3f59a4bc64f46c5f44621327c697c5314b2f4358 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 3 Jul 2012 16:34:40 -0700 Subject: More work on #2082, remove parser/lexer support for 'crust' and 'native'. --- src/libsyntax/parse/token.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsyntax/parse/token.rs') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index a2bd503ffca..4c573b45a1f 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -293,14 +293,14 @@ fn restricted_keyword_table() -> hashmap { "alt", "assert", "break", - "check", "claim", "class", "const", "cont", "copy", "crust", + "check", "claim", "class", "const", "cont", "copy", "do", "drop", "else", "enum", "export", "extern", "fail", "false", "fn", "for", "if", "iface", "impl", "import", "let", "log", "loop", "mod", "mut", - "native", "new", + "new", "pure", "ret", "true", "trait", "type", "unchecked", "unsafe", -- cgit 1.4.1-3-g733a5