]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2005-default-binding-mode/const.stderr
Stabilize match_default_bindings
[rust.git] / src / test / ui / rfc-2005-default-binding-mode / const.stderr
index 302b3a8dbc325053343146d3c0e784fc83806653..4849c39a5d0992d3e865fc846e34fcbc6fb2bdf6 100644 (file)
@@ -1,5 +1,5 @@
 error[E0308]: mismatched types
-  --> $DIR/const.rs:26:9
+  --> $DIR/const.rs:24:9
    |
 LL |         FOO => {}, //~ ERROR mismatched types
    |         ^^^ expected &Foo, found struct `Foo`