2022-12-22 01:21:43 -06:00
|
|
|
error[E0464]: multiple candidates for `rmeta` dependency `crateresolve2` found
|
2021-10-05 22:40:24 -05:00
|
|
|
--> $DIR/crateresolve2.rs:10:1
|
|
|
|
|
|
|
|
|
LL | extern crate crateresolve2;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-12-22 01:21:43 -06:00
|
|
|
= note: candidate #1: $TEST_BUILD_DIR/crate-loading/crateresolve2/auxiliary/libcrateresolve2-1.rmeta
|
|
|
|
= note: candidate #2: $TEST_BUILD_DIR/crate-loading/crateresolve2/auxiliary/libcrateresolve2-2.rmeta
|
|
|
|
= note: candidate #3: $TEST_BUILD_DIR/crate-loading/crateresolve2/auxiliary/libcrateresolve2-3.rmeta
|
2021-10-05 22:40:24 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2021-10-06 15:01:43 -05:00
|
|
|
For more information about this error, try `rustc --explain E0464`.
|