blob: a9b8796c0fe31671d22ea9e8426b393723eba477 [file] [log] [blame]
// compile-flags: -Cmetadata=aux
pub struct Foo;
#[doc(hidden)]
mod bar {
trait Bar {}
impl Bar for ::Foo {}
}