2021-10-05 20:23:40 -07:00
|
|
|
error[E0464]: multiple matching crates for `crateresolve1`
|
2021-10-06 13:01:43 -07:00
|
|
|
--> $DIR/crateresolve1.rs:11:1
|
2021-10-05 20:23:40 -07:00
|
|
|
|
|
|
|
|
LL | extern crate crateresolve1;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: candidates:
|
|
|
|
crate `crateresolve1`: $TEST_BUILD_DIR/crate-loading/crateresolve1/auxiliary/libcrateresolve1-1.somelib
|
|
|
|
crate `crateresolve1`: $TEST_BUILD_DIR/crate-loading/crateresolve1/auxiliary/libcrateresolve1-2.somelib
|
|
|
|
crate `crateresolve1`: $TEST_BUILD_DIR/crate-loading/crateresolve1/auxiliary/libcrateresolve1-3.somelib
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2021-10-06 13:01:43 -07:00
|
|
|
For more information about this error, try `rustc --explain E0464`.
|