Add test for showing rmeta candidates in error
This commit is contained in:
parent
642a43a9cd
commit
ad49cb6e0c
5 changed files with 39 additions and 0 deletions
14
src/test/ui/crate-loading/crateresolve2.rs
Normal file
14
src/test/ui/crate-loading/crateresolve2.rs
Normal file
|
@ -0,0 +1,14 @@
|
|||
// check-fail
|
||||
|
||||
// aux-build:crateresolve2-1.rs
|
||||
// aux-build:crateresolve2-2.rs
|
||||
// aux-build:crateresolve2-3.rs
|
||||
|
||||
// normalize-stderr-test: "\.nll/" -> "/"
|
||||
// normalize-stderr-test: "\\\?\\" -> ""
|
||||
|
||||
extern crate crateresolve2;
|
||||
//~^ ERROR multiple matching crates for `crateresolve2`
|
||||
|
||||
fn main() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue