mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			210 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			210 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// The non-crate level cases are in issue-43106-gating-of-builtin-attrs.rs.
 | 
						|
 | 
						|
#![allow(soft_unstable)]
 | 
						|
#![test                    = "4200"]
 | 
						|
//~^ ERROR `test` attribute cannot be used at crate level
 | 
						|
fn main() {}
 |