mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			534 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			534 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| #![deny(foo::bar)] //~ ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
 | |
|                    //~| ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
 | |
|                    //~| ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
 | |
| 
 | |
| #[allow(foo::bar)] //~ ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
 | |
|                    //~| ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
 | |
|                    //~| ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
 | |
| fn main() {}
 | 
