// compile-flags: --document-private-items // Regression test for . #![feature(rustdoc_internals)] #![feature(no_core)] #![no_core] // @has "$.index[*][?(@.name=='usize')]" // @has "$.index[*][?(@.name=='prim')]" #[doc(primitive = "usize")] /// This is the built-in type `usize`. mod prim { }