mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			204 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			204 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // Doc link path with empty prefix that resolves to "extern prelude" instead of a module.
 | |
| 
 | |
| //@ check-pass
 | |
| //@ edition:2018
 | |
| 
 | |
| /// [::Unresolved]
 | |
| //~^ WARN unresolved link to `::Unresolved`
 | |
| pub struct Item;
 | 
