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