2017-12-10 13:47:55 -06:00
|
|
|
error[E0460]: found possibly newer version of crate `a` which `b` depends on
|
2017-12-10 17:08:34 -06:00
|
|
|
--> $DIR/svh-change-lit.rs:20:1
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
2017-12-10 17:08:34 -06:00
|
|
|
20 | extern crate b; //~ ERROR: found possibly newer version of crate `a` which `b` depends on
|
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
|
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0460"
|