You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0277]: the trait bound `connection_provider::TokioRuntimeProvider: ConnectionProvider` is not satisfied in `dns_client::NameServer`
--> src/dns_client.rs:1100:10
|
1100 | impl BootstrapResolver<NameServerGroup> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ within `dns_client::NameServer`, the trait `ConnectionProvider` is not implemented for `connection_provider::TokioRuntimeProvider`
|
= help: the trait `ConnectionProvider` is implemented for `GenericConnector<P>`
While upgrading rust to 1.71.0, we found some build failure as shown below:
full build log, https://github.com/Homebrew/homebrew-core/actions/runs/5594719599/job/15158499681?pr=136514
The text was updated successfully, but these errors were encountered: