about summary refs log tree commit diff
path: root/tests/rustdoc/issue-95633.rs
blob: 5695ef579f2b55399f99d0c44d47da5e9f52cf62 (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;
}