1 int u8;
2 int u16;
3 int u32;
4 int u64;
5 int i8;
6 int i16;
7 int i32;
8 int i64;
9 int f32;
10 int f64;
11 int usize;
12 int isize;
13 int bool;
14 int str;
15 int dyn;
16 
17 int as;
18 int async;
19 int await;
20 int box;
21 int crate;
22 int false;
23 int fn;
24 int impl;
25 int in;
26 int let;
27 int loop;
28 int match;
29 int mod;
30 int move;
31 int mut;
32 int pub;
33 int ref;
34 int self;
35 int Self;
36 int super;
37 int trait;
38 int true;
39 int try;
40 int type;
41 int unsafe;
42 int use;
43 int where;
44 int abstract;
45 int alignof;
46 int become;
47 int final;
48 int macro;
49 int offsetof;
50 int override;
51 int priv;
52 int proc;
53 int pure;
54 int unsized;
55 int virtual;
56 int yield;
57