9c88e5ef5a
Keep their aux builds from stomping on each other
10 lines
193 B
Rust
10 lines
193 B
Rust
// aux-build:crateresolve1-1.rs
|
|
// aux-build:crateresolve1-2.rs
|
|
// aux-build:crateresolve1-3.rs
|
|
// error-pattern:multiple matching crates for `crateresolve1`
|
|
|
|
use crateresolve1;
|
|
|
|
fn main() {
|
|
}
|