mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
2ac63801d2
Keywords are now listed in a plain text file. They're sorted in column-major order and rendered as a texinfo multitable in rust.texi. Fixes issue #1216.
21 lines
371 B
Plaintext
21 lines
371 B
Plaintext
## 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
|
|
lambda let log
|
|
mod mutable
|
|
native note
|
|
obj
|
|
prove pure
|
|
resource ret
|
|
self str syntax
|
|
tag true type
|
|
u16 u32 u64 u8 uint unchecked unsafe use
|
|
vec
|
|
when while with
|