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