1 2 3 4 5 6 7 8 9 10
// compile-flags: -Cmetadata=aux pub struct Foo; #[doc(hidden)] mod bar { trait Bar {} impl Bar for ::Foo {} }