]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/mulit-file.rs
Rollup merge of #95040 - frank-king:fix/94981, r=Mark-Simulacrum
[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;