summaryrefslogtreecommitdiffstats
path: root/src/test/ui/crate-loading/crateresolve2.rs
blob: 5a4fee7ed6afad19db5227d8980bee1192145331 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// check-fail

// aux-build:crateresolve2-1.rs
// aux-build:crateresolve2-2.rs
// aux-build:crateresolve2-3.rs

// normalize-stderr-test: "\.nll/" -> "/"
// normalize-stderr-test: "\\\?\\" -> ""

extern crate crateresolve2;
//~^ ERROR multiple matching crates for `crateresolve2`

fn main() {
}