Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
issue-95633.rs
blob: a71d0a03731872e4d31eaa427287bcdbbd26493a [
file
] [
log
] [
blame
]
// compile-flags: --document-private-items
// This ensures that no ICE is triggered when rustdoc is run on this code.
mod
stdlib
{
pub
(
crate
)
use
std
::
i8
;
}