mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
14 lines
314 B
Rust
14 lines
314 B
Rust
// 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 candidates for `rmeta` dependency `crateresolve2` found
|
|
|
|
fn main() {}
|