2011-11-23 09:24:56 -06:00
|
|
|
## Add Rust keywords here. Lines start with '#' are ignored
|
|
|
|
|
|
|
|
alt any as assert
|
|
|
|
be bind block bool break
|
|
|
|
char check claim const cont
|
|
|
|
do
|
|
|
|
else export
|
|
|
|
f32 f64 fail false float fn for
|
|
|
|
i16 i32 i64 i8 if import in int
|
2012-01-09 18:12:37 -06:00
|
|
|
let log
|
2011-11-23 09:24:56 -06:00
|
|
|
mod mutable
|
|
|
|
native note
|
|
|
|
obj
|
|
|
|
prove pure
|
|
|
|
resource ret
|
|
|
|
self str syntax
|
|
|
|
tag true type
|
|
|
|
u16 u32 u64 u8 uint unchecked unsafe use
|
|
|
|
vec
|
2012-01-09 19:32:54 -06:00
|
|
|
while with
|