mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			185 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			185 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// @has issue_15169/struct.Foo.html '//*[@id="method.eq"]' 'fn eq'
 | 
						|
 | 
						|
// https://github.com/rust-lang/rust/issues/15169
 | 
						|
#![crate_name="issue_15169"]
 | 
						|
 | 
						|
#[derive(PartialEq)]
 | 
						|
pub struct Foo;
 |