mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			137 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			137 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ check-pass
 | |
| //@ compile-flags: -Z crate-attr=feature(register_tool) -Z crate-attr=register_tool(foo)
 | |
| 
 | |
| #[allow(foo::bar)]
 | |
| fn main() {}
 | 
