mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: expected one of `,`, `.`, `?`, `}`, or an operator, found `with`
 | |
|   --> $DIR/removed-syntax-with-1.rs:8:25
 | |
|    |
 | |
| LL |     let b = S { foo: () with a, bar: () };
 | |
|    |             -          -^^^^ expected one of `,`, `.`, `?`, `}`, or an operator
 | |
|    |             |          |
 | |
|    |             |          help: try adding a comma: `,`
 | |
|    |             while parsing this struct
 | |
| 
 | |
| error: aborting due to previous error
 | |
| 
 | 
