]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2673-nonmodrs-mods/lib.rs
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / src / tools / rustfmt / tests / target / issue-2673-nonmodrs-mods / lib.rs
1 #![feature(non_modrs_mods)]
2
3 // Test that submodules in non-mod.rs files work. This is just an idempotence
4 // test since we just want to verify that rustfmt doesn't fail.
5
6 mod foo;