rust/tests/target/issue-5033/nested_modules.rs

12 lines
98 B
Rust

#![rustfmt::skip]
mod a {
mod b {
}
// trailing comment b
}
// trailing comment a