2024-05-21 23:21:26 -05:00
|
|
|
//@ check-pass
|
2022-04-04 08:18:28 -05:00
|
|
|
//@ compile-flags: --document-private-items
|
|
|
|
|
|
|
|
// This ensures that no ICE is triggered when rustdoc is run on this code.
|
2024-05-21 14:28:30 -05:00
|
|
|
// https://github.com/rust-lang/rust/issues/95633
|
2022-04-04 08:18:28 -05:00
|
|
|
|
|
|
|
mod stdlib {
|
|
|
|
pub (crate) use std::i8;
|
|
|
|
}
|