]> git.proxmox.com Git - rustc.git/blob - src/test/ui/match/match-ill-type2.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / match / match-ill-type2.stderr
1 error[E0308]: mismatched types
2 --> $DIR/match-ill-type2.rs:4:9
3 |
4 LL | 2u32 => 1,
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`.