summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/auxiliary/primitive-doc.rs
blob: e8da852a57e631fd32a5938a7a2e4c939e3a36d7 (plain)
1
2
3
4
5
6
7
8
9
// compile-flags: --crate-type lib --edition 2018

#![feature(no_core)]
#![no_core]

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