Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4d9e9c6

Browse files
Bless other example of rust-lang#71394
1 parent 8ea828b commit 4d9e9c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ui/suggestions/into-str.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ LL | foo(String::new());
88
| ^^^ the trait `std::convert::From<std::string::String>` is not implemented for `&str`
99
|
1010
= note: to coerce a `std::string::String` into a `&str`, use `&*` as a prefix
11-
= note: `std::convert::From<std::string::String>` is implemented for `&mut str`, but not for `&str`
1211
= note: required because of the requirements on the impl of `std::convert::Into<&str>` for `std::string::String`
1312

1413
error: aborting due to previous error

0 commit comments

Comments
 (0)