]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0308-4.stderr
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
[rust.git] / src / test / ui / error-codes / E0308-4.stderr
index 46805d6e13b7c6bd981b1ecc6f2f8093663a7925..39c0676373794b45135c49e01d9b0412963e7ba6 100644 (file)
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
   --> $DIR/E0308-4.rs:4:15
    |
 LL |     match x {
-   |           - this match expression has type `u8`
+   |           - this expression has type `u8`
 LL |         0u8..=3i8 => (),
    |         ---   ^^^ expected `u8`, found `i8`
    |         |