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