mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 04:24:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			252 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			252 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // run-pass
 | |
| //
 | |
| // This test makes sure that log-backtrace option at least parses correctly
 | |
| //
 | |
| // dont-check-compiler-stdout
 | |
| // dont-check-compiler-stderr
 | |
| // rustc-env:RUSTC_LOG=info
 | |
| // rustc-env:RUSTC_LOG_BACKTRACE=rustc_metadata::creader
 | |
| fn main() {}
 | 
