]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-loading/crateresolve1.rs
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
[rust.git] / src / test / ui / crate-loading / crateresolve1.rs
1 // dont-check-compiler-stderr
2 // aux-build:crateresolve1-1.rs
3 // aux-build:crateresolve1-2.rs
4 // aux-build:crateresolve1-3.rs
5 // error-pattern:multiple matching crates for `crateresolve1`
6
7 extern crate crateresolve1;
8
9 fn main() {
10 }