2024-02-16 20:02:50 +00:00
|
|
|
//@ aux-build:crateresolve1-1.rs
|
|
|
|
//@ aux-build:crateresolve1-2.rs
|
|
|
|
//@ aux-build:crateresolve1-3.rs
|
2023-02-04 18:01:49 +00:00
|
|
|
|
2025-02-03 19:02:26 +00:00
|
|
|
//@ normalize-stderr: "E0523\..+/auxiliary/" -> "E0523/auxiliary/"
|
2024-12-25 11:12:17 +00:00
|
|
|
//@ normalize-stderr: "\\\?\\" -> ""
|
|
|
|
//@ normalize-stderr: "(lib)?crateresolve1-([123])\.[a-z]+" -> "libcrateresolve1-$2.somelib"
|
2023-02-04 18:01:49 +00:00
|
|
|
|
|
|
|
// NOTE: This test is duplicated from `tests/ui/crate-loading/crateresolve1.rs`.
|
|
|
|
|
|
|
|
extern crate crateresolve1;
|
|
|
|
//~^ ERROR multiple candidates for `rlib` dependency `crateresolve1` found
|
|
|
|
|
|
|
|
fn main() {}
|