blob: 1cf61ebad4352c4b60e07a4c0fbb40554ccf071a [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/match-ill-type2.rs:4:9
|
LL | 2u32 => 1,
| ^^^^ expected `i32`, found `u32`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.