#[doc(hidden)]
pub mod foo {
pub struct Foo;
}
mod bar {
pub use self::bar::Bar;
pub struct Bar;
//@ has issue_28537/struct.Foo.html
pub use foo::Foo;
//@ has issue_28537/struct.Bar.html