We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1867bf3 + 1de1c0a commit 4869273Copy full SHA for 4869273
src/unix/bsd/freebsdlike/dragonfly/mod.rs
@@ -864,6 +864,8 @@ cfg_if! {
864
self.mc_fpregs.hash(state);
865
}
866
867
+ // FIXME(msrv): suggested method was added in 1.85
868
+ #[allow(unpredictable_function_pointer_comparisons)]
869
impl PartialEq for ucontext_t {
870
fn eq(&self, other: &ucontext_t) -> bool {
871
self.uc_sigmask == other.uc_sigmask
0 commit comments