1 2 3 4 5 6
// compile-flags: --crate-type lib --edition 2018 #[doc(primitive = "usize")] /// This is the built-in type `usize`. mod usize { }