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
{{ message }}
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
error[E0658]: `let...else` statements are unstable
--> /Users/nfiedler/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-0.67.1/src/cargo/sources/git/known_hosts.rs:92:5
|
92 | / let Some(host_key) = cert.as_hostkey() else {
93 | | // Return passthrough for TLS X509 certificates to use whatever validation
94 | | // was done in git2.
95 | | return Ok(CertificateCheckStatus::CertificatePassthrough)
96 | | };
| |______^
|
= note: see issue #87335 <https://github.com/rust-lang/rust/issues/87335> for more information
= help: add `#![feature(let_else)]` to the crate attributes to enable