2017-12-10 13:47:55 -06:00
|
|
|
error[E0460]: found possibly newer version of crate `a` which `b` depends on
|
2021-11-30 20:05:17 -06:00
|
|
|
--> $DIR/changing-crates.rs:8:1
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | extern crate b;
|
2017-12-10 13:47:55 -06:00
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: perhaps that crate needs to be recompiled?
|
|
|
|
= note: the following crate versions were found:
|
2017-12-10 17:08:34 -06:00
|
|
|
crate `a`: $PATH_a
|
|
|
|
crate `b`: $PATH_b
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2022-12-18 01:58:09 -06:00
|
|
|
For more information about this error, try `rustc --explain E0460`.
|