]> 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 1d8f544dbadcbac74a2f820ce0b637f06db1fd66..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
@@ -18,4 +18,4 @@ LL |         b"abc" => true, //~ ERROR mismatched types
 
 error: aborting due to 2 previous errors
 
-If you want more information on this error, try using "rustc --explain E0308"
+For more information about this error, try `rustc --explain E0308`.