]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-loading/crateresolve1.rs
Test crate loading error stderr
[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: "libcrateresolve1-([123])\.[a-z]+" -> "libcrateresolve1-$1.somelib"
8
9 extern crate crateresolve1;
10 //~^ ERROR multiple matching crates for `crateresolve1`
11
12 fn main() {
13 }