Update the list of reserved words.

This commit is contained in:
Paul Stansifer 2012-05-24 12:35:31 -07:00
parent ccd8d5573e
commit 829c983479
1 changed files with 10 additions and 10 deletions

View File

@ -210,19 +210,19 @@ The keywords in [source files](#source-files) are the following strings:
~~~~~~~~ {.keyword}
alt assert
break
be break
check claim class const cont copy crust
do
drop
else enum export
fail false fn for
if iface impl import
let log loop
mod mut
native
native new
pure
resource ret
true type
unsafe use
true trait type
unchecked unsafe
while
~~~~~~~~