]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2673-nonmodrs-mods/lib.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[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;