]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-7092.stderr
Reword label as per review comment
[rust.git] / src / test / ui / issues / issue-7092.stderr
index aa24182e3a39dbf29d74bfbf1a259c6a34a7761a..7bb682028748706ea5aa1c406e11c5de8035d7b6 100644 (file)
@@ -1,6 +1,8 @@
 error[E0308]: mismatched types
   --> $DIR/issue-7092.rs:6:9
    |
+LL |     match x {
+   |           - this match expression has type `Whatever`
 LL |         Some(field) =>
    |         ^^^^^^^^^^^ expected enum `Whatever`, found enum `std::option::Option`
    |