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
I've encountered this but haven't found a way to solve it. It originates from the aws/delta-checkpoint folder, so I've been working around it by building from the sub-directories that I care about instead of at the top-level (that is, cd rust && cargo build). But it would be nice to get the top-level fixed.
Environment
mac
rustc 1.64.0-nightly (7665c3543 2022-07-06)
Delta-rs version:
Latest main branch
Bug
What happened:
Cargo build get the belowing errors:
error[E0252]: the name
tlsis defined multiple times
and
error[E0599]: no function or associated item named
newfound for struct
hyper_rustls::HttpsConnectorin the current scope
Anybody met this before? Thanks.
What you expected to happen:
How to reproduce it:
More details:
The text was updated successfully, but these errors were encountered: