]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2005-default-binding-mode/slice.stderr
Stabilize match_default_bindings
[rust.git] / src / test / ui / rfc-2005-default-binding-mode / slice.stderr
index c0127e5990e972b424ca036ab28382271191d50e..18dc6b2869ab9c541ae2b30b76450a1723b7a4c1 100644 (file)
@@ -1,5 +1,5 @@
 error[E0004]: non-exhaustive patterns: `&[]` not covered
-  --> $DIR/slice.rs:17:11
+  --> $DIR/slice.rs:16:11
    |
 LL |     match sl { //~ ERROR non-exhaustive patterns
    |           ^^ pattern `&[]` not covered