libsyntax: Introduce the new assert!
macro; make assert
no longer a keyword
This commit is contained in:
parent
fa70709e07
commit
eba3367404
5 changed files with 16 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue