blob: 5695ef579f2b55399f99d0c44d47da5e9f52cf62 [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;
}