Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
auxiliary
/
primitive-doc.rs
blob: e8da852a57e631fd32a5938a7a2e4c939e3a36d7 [
file
] [
log
] [
blame
]
// compile-flags: --crate-type lib --edition 2018
#![
feature
(
no_core
)]
#![
no_core
]
#[
doc
(
primitive
=
"usize"
)]
/// This is the built-in type `usize`.
mod
usize
{
}