]> git.lizzy.rs Git - rust.git/blob - tests/ui/crate-loading/crateresolve2.stderr
Auto merge of #106825 - weihanglo:update-cargo, r=weihanglo
[rust.git] / tests / ui / crate-loading / crateresolve2.stderr
1 error[E0464]: multiple candidates for `rmeta` dependency `crateresolve2` found
2   --> $DIR/crateresolve2.rs:10:1
3    |
4 LL | extern crate crateresolve2;
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: candidate #1: $TEST_BUILD_DIR/crate-loading/crateresolve2/auxiliary/libcrateresolve2-1.rmeta
8    = note: candidate #2: $TEST_BUILD_DIR/crate-loading/crateresolve2/auxiliary/libcrateresolve2-2.rmeta
9    = note: candidate #3: $TEST_BUILD_DIR/crate-loading/crateresolve2/auxiliary/libcrateresolve2-3.rmeta
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0464`.