]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/mulit-file.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / src / tools / rustfmt / tests / target / mulit-file.rs
1 // Tests that where a single file is referred to in multiple places, we don't
2 // crash.
3
4 #[cfg(all(foo))]
5 #[path = "closure.rs"]
6 pub mod imp;
7
8 #[cfg(all(bar))]
9 #[path = "closure.rs"]
10 pub mod imp;