rust/tests/source/issue-2482/a.rs

10 lines
107 B
Rust
Raw Normal View History

2018-03-02 06:53:13 -06:00
// rustfmt-reorder_modules: true
// Do not reorder inline modules.
mod c;
mod a {
fn a() {}
}
mod b;