We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ae0c5 commit 594d22eCopy full SHA for 594d22e
doc/keywords.txt
@@ -1,20 +1,19 @@
1
## Add Rust keywords here. Lines start with '#' are ignored
2
3
alt any as assert
4
-be bind block bool break
5
-char check claim class const cont copy crust
+be bind break
+check claim class const cont copy crust
6
do
7
else enum export
8
-f32 f64 fail false float fn for
9
-i16 i32 i64 i8 if iface impl import in int
+fail false fn for
+if iface impl import
10
let log loop
11
mod move mut
12
native new
13
-obj
+of
14
priv pure
15
resource ret
16
-self send str
+self send
17
tag to trait true type
18
-u16 u32 u64 u8 uint unchecked unsafe use
19
-vec
+unchecked unsafe use
20
while with
0 commit comments