]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-loading/crateresolve2.rs
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
[rust.git] / src / test / ui / crate-loading / crateresolve2.rs
1 // check-fail
2
3 // aux-build:crateresolve2-1.rs
4 // aux-build:crateresolve2-2.rs
5 // aux-build:crateresolve2-3.rs
6
7 // normalize-stderr-test: "\.nll/" -> "/"
8 // normalize-stderr-test: "\\\?\\" -> ""
9
10 extern crate crateresolve2;
11 //~^ ERROR multiple matching crates for `crateresolve2`
12
13 fn main() {
14 }