]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2673-nonmodrs-mods/lib.rs
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
[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;