Skip to content

Commit 0c6483b

Browse files
committed
Update stderr file
1 parent 3740da2 commit 0c6483b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/ui/else_if_without_else.stderr

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ error: if expression with an `else if`, but without a final `else`
55
| ____________^
66
52 | | println!("else if");
77
53 | | }
8-
| |_____^ help: add an `else` block here
8+
| |_____^
99
|
1010
= note: `-D clippy::else-if-without-else` implied by `-D warnings`
11+
= help: add an `else` block here
1112

1213
error: if expression with an `else if`, but without a final `else`
1314
--> $DIR/else_if_without_else.rs:59:12
@@ -16,7 +17,9 @@ error: if expression with an `else if`, but without a final `else`
1617
| ____________^
1718
60 | | println!("else if 2");
1819
61 | | }
19-
| |_____^ help: add an `else` block here
20+
| |_____^
21+
|
22+
= help: add an `else` block here
2023

2124
error: aborting due to 2 previous errors
2225

0 commit comments

Comments
 (0)