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