mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: lel
 | |
|   --> $DIR/macro-comma-support.rs:6:5
 | |
|    |
 | |
| LL |     compile_error!("lel");
 | |
|    |     ^^^^^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| error: lel
 | |
|   --> $DIR/macro-comma-support.rs:7:5
 | |
|    |
 | |
| LL |     compile_error!("lel",);
 | |
|    |     ^^^^^^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| error: aborting due to 2 previous errors
 | |
| 
 | 
