]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-3096-2.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-3096-2.stderr
index bb9dfabe7be0338189591ce1461364200135c1c2..df876794489567db1d426a0dfefb7590ffd2e31d 100644 (file)
@@ -1,11 +1,11 @@
-error[E0004]: non-exhaustive patterns: type *const bottom is non-empty
-  --> $DIR/issue-3096-2.rs:15:11
+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
    |           ^
    |
 help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
-  --> $DIR/issue-3096-2.rs:15:11
+  --> $DIR/issue-3096-2.rs:5:11
    |
 LL |     match x { } //~ ERROR non-exhaustive patterns
    |           ^