]> git.lizzy.rs Git - rust.git/blob - src/test/ui/svh/svh-use-trait.stderr
Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e' into sync_cg_clif-2021-12-31
[rust.git] / src / test / ui / svh / svh-use-trait.stderr
1 error[E0460]: found possibly newer version of crate `uta` which `utb` depends on
2   --> $DIR/svh-use-trait.rs:13:1
3    |
4 LL | extern crate utb;
5    | ^^^^^^^^^^^^^^^^^
6    |
7    = note: perhaps that crate needs to be recompiled?
8    = note: the following crate versions were found:
9            crate `uta`: $PATH_uta
10            crate `utb`: $PATH_utb
11
12 error: aborting due to previous error
13