]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-3096-2.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-3096-2.stderr
index df876794489567db1d426a0dfefb7590ffd2e31d..6f2e0e760d7f6b64d97cc1de6e084b7ab81865ed 100644 (file)
@@ -1,14 +1,10 @@
 error[E0004]: non-exhaustive patterns: type `*const Bottom` is non-empty
   --> $DIR/issue-3096-2.rs:5:11
    |
-LL |     match x { } //~ ERROR non-exhaustive patterns
+LL |     match x { }
    |           ^
    |
-help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
-  --> $DIR/issue-3096-2.rs:5:11
-   |
-LL |     match x { } //~ ERROR non-exhaustive patterns
-   |           ^
+   = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
 
 error: aborting due to previous error