]> git.lizzy.rs Git - rust.git/blob - src/test/ui/changing-crates.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / changing-crates.stderr
1 error[E0460]: found possibly newer version of crate `a` which `b` depends on
2   --> $DIR/changing-crates.rs:20:1
3    |
4 LL | extern crate b; //~ ERROR: found possibly newer version of crate `a` which `b` depends on
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`.