]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/switched-expectations.stderr
Remove licenses
[rust.git] / src / test / ui / switched-expectations.stderr
index 0020d14f5cb9a9f55f9389d85c281b2ef7416dae..bbb9b51650e0226db4e2b9e54753bef6e5215a22 100644 (file)
@@ -1,5 +1,5 @@
 error[E0308]: mismatched types
-  --> $DIR/switched-expectations.rs:13:30
+  --> $DIR/switched-expectations.rs:3:30
    |
 LL |     let ref string: String = var; //~ ERROR mismatched types [E0308]
    |                              ^^^ expected struct `std::string::String`, found i32
@@ -9,4 +9,4 @@ LL |     let ref string: String = var; //~ ERROR mismatched types [E0308]
 
 error: aborting due to previous error
 
-If you want more information on this error, try using "rustc --explain E0308"
+For more information about this error, try `rustc --explain E0308`.