mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			277 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			277 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
//@ edition: 2021
 | 
						|
//@ ignore-coverage-map
 | 
						|
//@ ignore-windows
 | 
						|
//@ llvm-cov-flags: --use-color
 | 
						|
 | 
						|
// Verify that telling `llvm-cov` to use colored output actually works.
 | 
						|
// Ignored on Windows because we can't tell the tool to use ANSI escapes.
 | 
						|
 | 
						|
fn main() {
 | 
						|
    for _i in 0..0 {}
 | 
						|
}
 |