rust/tests/rustdoc-js/literal-path.rs
2025-09-11 18:05:21 +02:00

8 lines
78 B
Rust

pub mod some {
pub struct Path;
}
pub mod somea {
pub struct Path;
}