]> 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 93119d377441f7061ad045a2df91cac946f2adc7..6f2e0e760d7f6b64d97cc1de6e084b7ab81865ed 100644 (file)
@@ -1,7 +1,7 @@
 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