blob: 0c1a1f8208ad0cc0d966ae545e14c04d890f6f14 [file] [log] [blame] [edit]
pub type Foo = something::same::Thing;
mod something {
pub mod same {
pub struct Thing;
}
}
fn main() {}