rustc/tests/rustdoc-js/path-ordering.rs
2023-07-27 22:48:29 +08:00

10 lines
117 B
Rust

pub mod dd {
pub struct Ccccccc;
}
pub mod aa {
pub struct Ccccccc;
}
pub mod bb {
pub struct Ccccccc;
}