mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			306 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			306 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ compile-flags: -Zdeduplicate-diagnostics=yes
 | |
| #![deny(unknown_lints)]
 | |
| //~^ NOTE defined here
 | |
| #![allow(rustdoc::missing_doc_code_examples)]
 | |
| //~^ ERROR unknown lint
 | |
| //~| NOTE lint is unstable
 | |
| //~| NOTE see issue
 | |
| //~| NOTE: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
 | 
