blob: 5e5f3974ab3cd5e642e262a38901e421b64d106f [file] [log] [blame] [edit]
//@ 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 {}