]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0308-4.stderr
Reword label as per review comment
[rust.git] / src / test / ui / error-codes / E0308-4.stderr
index 8943c7332e94d21c5e0a119f3b1ce6599eb48ef9..f69a389336590817614194480b0a7f037ada8ca2 100644 (file)
@@ -1,6 +1,8 @@
 error[E0308]: mismatched types
-  --> $DIR/E0308-4.rs:14:9
+  --> $DIR/E0308-4.rs:4:9
    |
+LL |     match x {
+   |           - this match expression has type `u8`
 LL |         0u8..=3i8 => (), //~ ERROR E0308
    |         ^^^^^^^^^ expected u8, found i8