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