rust/tests/ui/svh/svh-change-type-ret.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
443 B
Plaintext
Raw Normal View History

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