]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0308-4.stderr
Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton
[rust.git] / src / test / ui / error-codes / E0308-4.stderr
1 error[E0308]: mismatched types
2   --> $DIR/E0308-4.rs:4:9
3    |
4 LL |         0u8..=3i8 => (), //~ ERROR E0308
5    |         ^^^^^^^^^ expected u8, found i8
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.