rust/tests/ui/crate-loading/crateresolve2.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
320 B
Rust
Raw Normal View History

//@ 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;
2022-12-22 07:21:43 +00:00
//~^ ERROR multiple candidates for `rmeta` dependency `crateresolve2` found
2022-12-22 07:21:43 +00:00
fn main() {}