Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
libcore
/
num
/
i8.rs
blob: 5a52a967cf96d61fe73ddc5915ed4d57ae35c8f8 [
file
] [
log
] [
blame
]
//! The 8-bit signed integer type.
//!
//! *[See also the `i8` primitive type](../../std/primitive.i8.html).*
#![
stable
(
feature
=
"rust1"
,
since
=
"1.0.0"
)]
int_module
!
{
i8
}