]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/path-ordering.rs
Auto merge of #103691 - michaelwoerister:consistent-slice-and-str-cpp-like-debuginfo...
[rust.git] / src / test / rustdoc-js / path-ordering.rs
1 pub mod dd {
2     pub struct Ccccccc;
3 }
4 pub mod aa {
5     pub struct Ccccccc;
6 }
7 pub mod bb {
8     pub struct Ccccccc;
9 }