blob: ae0306843c56d5c12d7354ddc08550f7eb0f0f09 [file] [log] [blame]
//@ compile-flags: --document-private-items
// Regression test for <https://github.com/rust-lang/rust/issues/98006>.
#![feature(rustc_attrs)]
//@ has "$.index[?(@.name=='usize')]"
//@ has "$.index[?(@.name=='prim')]"
#[rustc_doc_primitive = "usize"]
/// This is the built-in type `usize`.
mod prim {}