]> git.proxmox.com Git - rustc.git/blob - tests/rustdoc/issue-95633.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / rustdoc / issue-95633.rs
1 // compile-flags: --document-private-items
2
3 // This ensures that no ICE is triggered when rustdoc is run on this code.
4
5 mod stdlib {
6 pub (crate) use std::i8;
7 }