mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 04:24:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			135 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			135 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| #![feature(unix_sigpipe)]
 | |
| #![unix_sigpipe = "inherit"] //~ error: `unix_sigpipe` attribute cannot be used at crate level
 | |
| 
 | |
| fn main() {}
 | 
