]> git.lizzy.rs Git - rust.git/blob - tests/ui/svh/svh-change-trait-bound.stderr
Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3
[rust.git] / tests / ui / svh / svh-change-trait-bound.stderr
1 error[E0460]: found possibly newer version of crate `a` which `b` depends on
2   --> $DIR/svh-change-trait-bound.rs:8:1
3    |
4 LL | extern crate b;
5    | ^^^^^^^^^^^^^^^
6    |
7    = note: perhaps that crate needs to be recompiled?
8    = note: the following crate versions were found:
9            crate `a`: $PATH_a
10            crate `b`: $PATH_b
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0460`.