mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-29 20:15:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			160 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			160 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // check-pass
 | |
| // Check that it doesn't panic when `Input` gets its visibility checked.
 | |
| 
 | |
| #![crate_type = "lib"]
 | |
| 
 | |
| pub trait Layer<
 | |
|     /// Hello.
 | |
|     Input,
 | |
| > {}
 | 
