Skip to content

Commit

Permalink
Added a new line at the end for src/test/ui/span/issue-39018.stderr
Browse files Browse the repository at this point in the history
per previous upstream changes.
  • Loading branch information
Ruster-a11y committed Nov 25, 2019
1 parent 0aa4d9f commit b7b8eed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/test/ui/span/issue-39018.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,9 @@ error[E0277]: cannot add `std::string::String` to `std::string::String`
--> $DIR/issue-39018.rs:29:15
|
LL | let _ = a + b;
<<<<<<< HEAD
| ^
| |
| expected `&str`, found struct `std::string::String`
| help: consider borrowing here: `&b`
=======
| ^ no implementation for `std::string::String + std::string::String`
|
= help: the trait `std::ops::Add` is not implemented for `std::string::String`
>>>>>>> e6695f0a886... Edited src/test/ui/span/issue-39018.rs with the error code/string that compiler now produces.

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

0 comments on commit b7b8eed

Please sign in to comment.