We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f83426 commit 8a3cb13Copy full SHA for 8a3cb13
tests/ui/inference/issue-72616.stderr
@@ -26,7 +26,7 @@ LL | if String::from("a") == "a".try_into().unwrap() {}
26
| ^^^^^^^^
27
|
28
= note: multiple `impl`s satisfying `_: TryFrom<&str>` found in the following crates: `core`, `std`:
29
- - impl TryFrom<&str> for std::sys_common::net::LookupHost;
+ - impl TryFrom<&str> for std::sys::net::connection::socket::LookupHost;
30
- impl<T, U> TryFrom<U> for T
31
where U: Into<T>;
32
= note: required for `&str` to implement `TryInto<_>`
0 commit comments