mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			302 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			302 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: macro rhs must be delimited
 | |
|   --> $DIR/macro-error.rs:2:18
 | |
|    |
 | |
| LL |     ($a:expr) => a;
 | |
|    |                  ^
 | |
| 
 | |
| error: non-type macro in type position: cfg
 | |
|   --> $DIR/macro-error.rs:8:12
 | |
|    |
 | |
| LL |     let _: cfg!(foo) = ();
 | |
|    |            ^^^^^^^^^
 | |
| 
 | |
| error: aborting due to 2 previous errors
 | |
| 
 | 
