Skip to content

Commit 8a3cb13

Browse files
committed
bless UI test involving private name
1 parent 4f83426 commit 8a3cb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/inference/issue-72616.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LL | if String::from("a") == "a".try_into().unwrap() {}
2626
| ^^^^^^^^
2727
|
2828
= note: multiple `impl`s satisfying `_: TryFrom<&str>` found in the following crates: `core`, `std`:
29-
- impl TryFrom<&str> for std::sys_common::net::LookupHost;
29+
- impl TryFrom<&str> for std::sys::net::connection::socket::LookupHost;
3030
- impl<T, U> TryFrom<U> for T
3131
where U: Into<T>;
3232
= note: required for `&str` to implement `TryInto<_>`

0 commit comments

Comments
 (0)