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
> cargo +beta clippy
warning: unreachable pattern
--> src/lib.rs:593:17
|
593 | Err(void) => match void {},
| ^^^^^^^^^ matches no values because `unsync::OnceCell<T>::get_or_init::Void` is uninhabited
|
= note: to learn more about uninhabited types, see https://doc.rust-lang.org/nomicon/exotic-sizes.html#empty-types
= note: `#[warn(unreachable_patterns)]` on by default(four more times)
Might be a compiler bug rust-lang/rust#129352
The text was updated successfully, but these errors were encountered: