]> git.lizzy.rs Git - rust.git/blob - src/test/ui/svh/svh-use-trait.stderr
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
[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