Skip to content

Commit 5ad2c95

Browse files
committed
Update strings.stderr
1 parent ad03070 commit 5ad2c95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ui/strings.stderr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ error: you added something to a string. Consider using `String::push_str()` inst
5353
| ^^^^^^^^^
5454

5555
error: manual implementation of an assign operation
56-
--> $DIR/strings.rs:65:7
56+
--> $DIR/strings.rs:54:7
5757
|
58-
65 | ; x = x + 1;
58+
54 | ; x = x + 1;
5959
| ^^^^^^^^^ help: replace it with: `x += 1`
6060

61-
error: aborting due to 11 previous errors
61+
error: aborting due to 9 previous errors
6262

0 commit comments

Comments
 (0)