From 76f8cfb26c7aa38cf066c42ea500a57d48fc828d Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 19 Sep 2012 11:03:34 -0700 Subject: libsyntax: Move 'unsafe' to the strict keywords list --- src/libsyntax/parse/token.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index 98a4d97d8d5..f9c50e46264 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -414,7 +414,6 @@ fn temporary_keyword_table() -> HashMap<~str, ()> { fn restricted_keyword_table() -> HashMap<~str, ()> { let words = str_hash(); let keys = ~[ - ~"unsafe" ]; for keys.each |word| { words.insert(word, ()); @@ -439,7 +438,7 @@ fn strict_keyword_table() -> HashMap<~str, ()> { ~"ref", ~"return", ~"struct", ~"true", ~"trait", ~"type", - ~"use", + ~"unsafe", ~"use", ~"while" ]; for keys.each |word| { -- cgit 1.4.1-3-g733a5