summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-95633.rs
blob: a71d0a03731872e4d31eaa427287bcdbbd26493a (plain)
1
2
3
4
5
6
7
// 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;
}