blob: 322411bcf4726e5f4b819477fe0e75ed3562ebcb [file] [edit]
//@ compile-flags: --document-private-items
// Regression test for <https://github.com/rust-lang/rust/issues/98006>.
#![feature(rustc_attrs)]
//@ has "$.index[?(@.name=='usize')]"
#[rustc_doc_primitive = "usize"]
/// This is the built-in type `usize`.
const _: () = ();