X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fswitched-expectations.stderr;h=bbb9b51650e0226db4e2b9e54753bef6e5215a22;hb=2a663555ddf36f6b041445894a8c175cd1bc718c;hp=0020d14f5cb9a9f55f9389d85c281b2ef7416dae;hpb=75b8c103912f1d5a38d4f4ecb2564a0010444902;p=rust.git diff --git a/src/test/ui/switched-expectations.stderr b/src/test/ui/switched-expectations.stderr index 0020d14f5cb..bbb9b51650e 100644 --- a/src/test/ui/switched-expectations.stderr +++ b/src/test/ui/switched-expectations.stderr @@ -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`.