]> git.lizzy.rs Git - rust.git/blob - src/test/ui/match/match-ill-type2.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / match / match-ill-type2.stderr
1 error[E0308]: mismatched types
2   --> $DIR/match-ill-type2.rs:14:9
3    |
4 LL |         2u32 => 1, //~ ERROR mismatched types
5    |         ^^^^ expected i32, found u32
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.