mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +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
 | 
						|
 |