]> git.proxmox.com Git - rustc.git/blame - src/test/ui/svh/svh-change-significant-cfg.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / svh / svh-change-significant-cfg.stderr
CommitLineData
ff7c6d11 1error[E0460]: found possibly newer version of crate `a` which `b` depends on
a2a8927a 2 --> $DIR/svh-change-significant-cfg.rs:8:1
ff7c6d11 3 |
532ac7d7 4LL | extern crate b;
ff7c6d11
XL
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
12error: aborting due to previous error
13