mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			406 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			406 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: expected one of `(`, `[`, or `{`, found `two`
 | 
						|
  --> $DIR/issue-10536.rs:14:19
 | 
						|
   |
 | 
						|
LL |     assert!({one! two()});
 | 
						|
   |                   ^^^ expected one of `(`, `[`, or `{`
 | 
						|
 | 
						|
error: expected one of `(`, `[`, or `{`, found `two`
 | 
						|
  --> $DIR/issue-10536.rs:18:19
 | 
						|
   |
 | 
						|
LL |     assert!({one! two});
 | 
						|
   |                   ^^^ expected one of `(`, `[`, or `{`
 | 
						|
 | 
						|
error: aborting due to 2 previous errors
 | 
						|
 |