rust/tests/rustdoc/issue-95633.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
164 B
Rust
Raw Normal View History

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