mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			165 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			165 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // https://github.com/rust-lang/rust/issues/16265
 | |
| #![crate_name="issue_16265_2"]
 | |
| 
 | |
| //@ hasraw issue_16265_2/index.html 'source'
 | |
| 
 | |
| trait Y {}
 | |
| impl Y for Option<u32> {}
 | 
