]> git.lizzy.rs Git - rust.git/blob - tests/target/mulit-file.rs
Merge pull request #681 from rust-lang-nursery/comment-style
[rust.git] / 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;