mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			296 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			296 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// aux-build:issue-86620-1.rs
 | 
						|
 | 
						|
extern crate issue_86620_1;
 | 
						|
 | 
						|
use issue_86620_1::*;
 | 
						|
 | 
						|
// @!has issue_86620/struct.S.html '//*[@id="method.vzip"]//a[@class="fnname"]/@href' #tymethod.vzip
 | 
						|
// @has issue_86620/struct.S.html '//*[@id="method.vzip"]//a[@class="anchor"]/@href' #method.vzip
 | 
						|
pub struct S;
 |