mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			192 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			192 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
//@ check-pass
 | 
						|
//@ compile-flags: --check-cfg=cfg()
 | 
						|
 | 
						|
/// uniz is nor a builtin nor pass as arguments so is unexpected
 | 
						|
#[cfg(uniz)]
 | 
						|
//~^ WARNING unexpected `cfg` condition name
 | 
						|
pub struct Bar;
 |