events: Update expected output for trybuild test
This commit is contained in:
		
							parent
							
								
									b84cc8d905
								
							
						
					
					
						commit
						72538d1de5
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
error: the `Event` derive only supports named fields
 | 
					error: the `Event` derive only supports structs with named fields
 | 
				
			||||||
 --> $DIR/05-named-fields.rs:6:44
 | 
					 --> $DIR/05-named-fields.rs:6:12
 | 
				
			||||||
  |
 | 
					  |
 | 
				
			||||||
6 | pub struct StateEvent<C: StateEventContent>(C);
 | 
					6 | pub struct StateEvent<C: StateEventContent>(C);
 | 
				
			||||||
  |                                            ^^^
 | 
					  |            ^^^^^^^^^^
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user