]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-loading/crateresolve1.rs
Merge commit '533f0fc81ab9ba097779fcd27c8f9ea12261fef5' into psimd
[rust.git] / src / test / ui / crate-loading / crateresolve1.rs
1 // aux-build:crateresolve1-1.rs
2 // aux-build:crateresolve1-2.rs
3 // aux-build:crateresolve1-3.rs
4
5 // normalize-stderr-test: "\.nll/" -> "/"
6 // normalize-stderr-test: "\\\?\\" -> ""
7 // normalize-stderr-test: "(lib)?crateresolve1-([123])\.[a-z]+" -> "libcrateresolve1-$2.somelib"
8
9 // NOTE: This test is duplicated at `src/test/ui/error-codes/E0464.rs`.
10
11 extern crate crateresolve1;
12 //~^ ERROR multiple matching crates for `crateresolve1`
13
14 fn main() {
15 }