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