mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	The `macro` directory contains most of the macro tests, but not all of them; move the remainder into `macro`.
		
			
				
	
	
		
			9 lines
		
	
	
		
			216 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			216 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: expected one of `(`, `[`, or `{`, found `bar`
 | 
						|
  --> $DIR/macro-bad-delimiter-ident.rs:2:10
 | 
						|
   |
 | 
						|
LL |     foo! bar <
 | 
						|
   |          ^^^ expected one of `(`, `[`, or `{`
 | 
						|
 | 
						|
error: aborting due to 1 previous error
 | 
						|
 |