bless UI test involving private name
This commit is contained in:
parent
4f834264ab
commit
8a3cb13511
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ LL | if String::from("a") == "a".try_into().unwrap() {}
|
|||
| ^^^^^^^^
|
||||
|
|
||||
= note: multiple `impl`s satisfying `_: TryFrom<&str>` found in the following crates: `core`, `std`:
|
||||
- impl TryFrom<&str> for std::sys_common::net::LookupHost;
|
||||
- impl TryFrom<&str> for std::sys::net::connection::socket::LookupHost;
|
||||
- impl<T, U> TryFrom<U> for T
|
||||
where U: Into<T>;
|
||||
= note: required for `&str` to implement `TryInto<_>`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue