2017-12-10 19:47:55 +00: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-trait-bound.rs:8:1
|
2017-12-10 19:47:55 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | extern crate b;
|
2017-12-10 19:47:55 +00:00
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: perhaps that crate needs to be recompiled?
|
|
|
|
= note: the following crate versions were found:
|
2017-12-10 23:08:34 +00:00
|
|
|
crate `a`: $PATH_a
|
|
|
|
crate `b`: $PATH_b
|
2017-12-10 19:47:55 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2017-12-10 19:47:55 +00:00
|
|
|
|
2022-12-18 07:58:09 +00:00
|
|
|
For more information about this error, try `rustc --explain E0460`.
|