mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	 aa4bf0bbf0
			
		
	
	
		aa4bf0bbf0
		
	
	
	
	
		
			
			Normally, each test in `tests/coverage` is automatically run in both `coverage-map` mode and `coverage-run` mode. This new family of directives allows an individual test to specify that it should not be run in a particular mode.
		
			
				
	
	
		
			4 lines
		
	
	
		
			42 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			42 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // ignore-mode-coverage-map
 | |
| 
 | |
| fn main() {}
 |