2021-10-06 03:40:24 +00:00
|
|
|
error[E0464]: multiple matching crates for `crateresolve2`
|
|
|
|
--> $DIR/crateresolve2.rs:10:1
|
|
|
|
|
|
|
|
|
LL | extern crate crateresolve2;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: candidates:
|
2021-10-06 02:43:44 +00:00
|
|
|
crate `crateresolve2`: $TEST_BUILD_DIR/crate-loading/crateresolve2/auxiliary/libcrateresolve2-1.rmeta
|
|
|
|
crate `crateresolve2`: $TEST_BUILD_DIR/crate-loading/crateresolve2/auxiliary/libcrateresolve2-2.rmeta
|
|
|
|
crate `crateresolve2`: $TEST_BUILD_DIR/crate-loading/crateresolve2/auxiliary/libcrateresolve2-3.rmeta
|
2021-10-06 03:40:24 +00:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2021-10-06 20:01:43 +00:00
|
|
|
For more information about this error, try `rustc --explain E0464`.
|