mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			414 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			414 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: cannot find attribute `unknown` in this scope
 | 
						|
  --> $DIR/cfg-attr-unknown-attribute-macro-expansion.rs:3:27
 | 
						|
   |
 | 
						|
LL |         #[cfg_attr(all(), unknown)]
 | 
						|
   |                           ^^^^^^^
 | 
						|
...
 | 
						|
LL | foo!();
 | 
						|
   | ------ in this macro invocation
 | 
						|
   |
 | 
						|
   = note: this error originates in the macro `foo` (in Nightly builds, run with -Z macro-backtrace for more info)
 | 
						|
 | 
						|
error: aborting due to previous error
 | 
						|
 |