libsyntax: Introduce the new assert! macro; make assert no longer a keyword

This commit is contained in:
Patrick Walton 2013-03-22 13:11:03 -07:00
parent fa70709e07
commit eba3367404
5 changed files with 16 additions and 12 deletions

View file

@ -488,7 +488,7 @@ pub fn temporary_keyword_table() -> HashMap<~str, ()> {
pub fn strict_keyword_table() -> HashMap<~str, ()> {
let words = HashMap();
let keys = ~[
~"as", ~"assert",
~"as",
~"break",
~"const", ~"copy",
~"do", ~"drop",