mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			378 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			378 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error[E0308]: mismatched types
 | |
|   --> $DIR/enum-struct-pattern-mismatch-15896.rs:13:11
 | |
|    |
 | |
| LL |     let u = match e {
 | |
|    |                   - this expression has type `E`
 | |
| LL |         E::B(
 | |
| LL |           Tau{t: x},
 | |
|    |           ^^^^^^^^^ expected `R`, found `Tau`
 | |
| 
 | |
| error: aborting due to 1 previous error
 | |
| 
 | |
| For more information about this error, try `rustc --explain E0308`.
 | 
