2011-11-23 23:24:56 +08:00
|
|
|
## Add Rust keywords here. Lines start with '#' are ignored
|
|
|
|
|
|
|
|
alt any as assert
|
2012-04-19 16:44:32 -07:00
|
|
|
be bind break
|
|
|
|
check claim class const cont copy crust
|
2011-11-23 23:24:56 +08:00
|
|
|
do
|
2012-04-19 00:05:55 -07:00
|
|
|
else enum export
|
2012-04-19 16:44:32 -07:00
|
|
|
fail false fn for
|
|
|
|
if iface impl import
|
2012-03-11 20:17:37 -07:00
|
|
|
let log loop
|
2012-04-19 00:05:55 -07:00
|
|
|
mod move mut
|
|
|
|
native new
|
2012-04-19 16:44:32 -07:00
|
|
|
of
|
2012-04-19 00:05:55 -07:00
|
|
|
priv pure
|
2011-11-23 23:24:56 +08:00
|
|
|
resource ret
|
2012-04-19 16:44:32 -07:00
|
|
|
self send
|
2012-04-19 00:05:55 -07:00
|
|
|
tag to trait true type
|
2012-04-19 16:44:32 -07:00
|
|
|
unchecked unsafe use
|
2012-01-09 19:32:54 -06:00
|
|
|
while with
|