]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2005-default-binding-mode/lit.stderr
Stabilize match_default_bindings
[rust.git] / src / test / ui / rfc-2005-default-binding-mode / lit.stderr
index dde1f2d352c70a57855e940c6e2f214953f4c307..d5c230bc8de5496b3156d841b55d4254e780811e 100644 (file)
@@ -1,5 +1,5 @@
 error[E0308]: mismatched types
-  --> $DIR/lit.rs:19:13
+  --> $DIR/lit.rs:17:13
    |
 LL |             "abc" => true, //~ ERROR mismatched types
    |             ^^^^^ expected &str, found str
@@ -8,7 +8,7 @@ LL |             "abc" => true, //~ ERROR mismatched types
               found type `&'static str`
 
 error[E0308]: mismatched types
-  --> $DIR/lit.rs:28:9
+  --> $DIR/lit.rs:26:9
    |
 LL |         b"abc" => true, //~ ERROR mismatched types
    |         ^^^^^^ expected &[u8], found array of 3 elements