]> git.proxmox.com Git - rustc.git/blame - src/test/ui/crate-loading/crateresolve2.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / crate-loading / crateresolve2.rs
CommitLineData
c295e0f8
XL
1// check-fail
2
3// aux-build:crateresolve2-1.rs
4// aux-build:crateresolve2-2.rs
5// aux-build:crateresolve2-3.rs
6
7// normalize-stderr-test: "\.nll/" -> "/"
8// normalize-stderr-test: "\\\?\\" -> ""
9
10extern crate crateresolve2;
11//~^ ERROR multiple matching crates for `crateresolve2`
12
13fn main() {
14}