summary refs log tree commit diff
path: root/src/libsyntax/parse/token.rs
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-07-03 16:34:40 -0700
committerGraydon Hoare <graydon@mozilla.com>2012-07-03 16:49:46 -0700
commit3f59a4bc64f46c5f44621327c697c5314b2f4358 (patch)
tree2857e15d9cc625c783997c2e6f74314e683912f0 /src/libsyntax/parse/token.rs
parentbe2c92078b37b6e3a92275403e9670564f818ebb (diff)
downloadrust-3f59a4bc64f46c5f44621327c697c5314b2f4358.tar.gz
rust-3f59a4bc64f46c5f44621327c697c5314b2f4358.zip
More work on #2082, remove parser/lexer support for 'crust' and 'native'.
Diffstat (limited to 'src/libsyntax/parse/token.rs')
-rw-r--r--src/libsyntax/parse/token.rs4
1 files changed, 2 insertions, 2 deletions
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<str, ()> {
         "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",