Skip to content

Commit b7b8eed

Browse files
committed
Added a new line at the end for src/test/ui/span/issue-39018.stderr
per previous upstream changes.
1 parent 0aa4d9f commit b7b8eed

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/test/ui/span/issue-39018.stderr

-7
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,9 @@ error[E0277]: cannot add `std::string::String` to `std::string::String`
6868
--> $DIR/issue-39018.rs:29:15
6969
|
7070
LL | let _ = a + b;
71-
<<<<<<< HEAD
72-
| ^
73-
| |
74-
| expected `&str`, found struct `std::string::String`
75-
| help: consider borrowing here: `&b`
76-
=======
7771
| ^ no implementation for `std::string::String + std::string::String`
7872
|
7973
= help: the trait `std::ops::Add` is not implemented for `std::string::String`
80-
>>>>>>> e6695f0a886... Edited src/test/ui/span/issue-39018.rs with the error code/string that compiler now produces.
8174

8275
error[E0369]: binary operation `+` cannot be applied to type `&std::string::String`
8376
--> $DIR/issue-39018.rs:30:15

0 commit comments

Comments
 (0)