about summary refs log tree commit diff
path: root/tests/run-make/crate-loading-multiple-candidates/multiple-candidates.stderr
blob: de7fc3b0feb93d58458f954d4240137f1c2a39a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0464]: multiple candidates for `rlib` dependency `crateresolve1` found
  --> multiple-candidates.rs:1:1
   |
LL | extern crate crateresolve1;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: candidate #1: ./mylibs/libcrateresolve1-1.rlib
   = note: candidate #2: ./mylibs/libcrateresolve1-2.rlib

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0464`.