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;
}