summary refs log tree commit diff
path: root/src/test/rustdoc/auxiliary/primitive-doc.rs
blob: a5b69740dd447c9e99944eafb0d4ad278f4e5de8 (plain)
1
2
3
4
5
6
// compile-flags: --crate-type lib --edition 2018

#[doc(primitive = "usize")]
/// This is the built-in type `usize`.
mod usize {
}