Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
rustdoc
/
auxiliary
/
primitive-doc.rs
blob: a5b69740dd447c9e99944eafb0d4ad278f4e5de8 [
file
] [
log
] [
blame
]
// compile-flags: --crate-type lib --edition 2018
#[
doc
(
primitive
=
"usize"
)]
/// This is the built-in type `usize`.
mod
usize
{
}