rustc/tests/rustdoc-js/path-ordering.rs
2023-08-02 10:33:26 +02:00

10 lines
117 B
Rust

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