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 3a5f075 + a72002a commit 0ead24fCopy full SHA for 0ead24f
src/unix/bsd/freebsdlike/dragonfly/mod.rs
@@ -865,6 +865,8 @@ cfg_if! {
865
self.mc_fpregs.hash(state);
866
}
867
868
+ // FIXME(msrv): suggested method was added in 1.85
869
+ #[allow(unpredictable_function_pointer_comparisons)]
870
impl PartialEq for ucontext_t {
871
fn eq(&self, other: &ucontext_t) -> bool {
872
self.uc_sigmask == other.uc_sigmask
0 commit comments