mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			306 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			306 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| #![deny(unknown_lints)]
 | |
| //~^ NOTE defined here
 | |
| #![allow(rustdoc::missing_doc_code_examples)]
 | |
| //~^ ERROR unknown lint
 | |
| //~| ERROR unknown lint
 | |
| //~| ERROR unknown lint
 | |
| //~| NOTE lint is unstable
 | |
| //~| NOTE lint is unstable
 | |
| //~| NOTE lint is unstable
 | |
| //~| NOTE see issue
 | |
| //~| NOTE see issue
 | |
| //~| NOTE see issue
 | 
