2017-12-10 13:47:55 -06:00
|
|
|
error[E0460]: found possibly newer version of crate `uta` which `utb` depends on
|
2021-11-30 20:05:17 -06:00
|
|
|
--> $DIR/svh-use-trait.rs:13:1
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | extern crate utb;
|
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 `uta`: $PATH_uta
|
|
|
|
crate `utb`: $PATH_utb
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|