Update stderr file

This commit is contained in:
flip1995 2018-11-27 15:27:34 +01:00
parent 3740da203b
commit 0c6483bf21
No known key found for this signature in database
GPG key ID: E8E897A5870E41C2

View file

@ -5,9 +5,10 @@ error: if expression with an `else if`, but without a final `else`
| ____________^
52 | | println!("else if");
53 | | }
| |_____^ help: add an `else` block here
| |_____^
|
= note: `-D clippy::else-if-without-else` implied by `-D warnings`
= help: add an `else` block here
error: if expression with an `else if`, but without a final `else`
--> $DIR/else_if_without_else.rs:59:12
@ -16,7 +17,9 @@ error: if expression with an `else if`, but without a final `else`
| ____________^
60 | | println!("else if 2");
61 | | }
| |_____^ help: add an `else` block here
| |_____^
|
= help: add an `else` block here
error: aborting due to 2 previous errors