mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			195 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			195 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: expected one of: `*`, `+`, or `?`
 | 
						|
  --> $DIR/issue-39388.rs:4:22
 | 
						|
   |
 | 
						|
LL |     (($($a:tt)*) = ($($b:tt))*) => {
 | 
						|
   |                      ^^^^^^^
 | 
						|
 | 
						|
error: aborting due to 1 previous error
 | 
						|
 |