mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			320 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			320 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ 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 candidates for `rmeta` dependency `crateresolve2` found
 | |
| 
 | |
| fn main() {}
 | 
