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
sigevent's Debug, PartialEq, and Hash trait impls might read union
fields that could be potentially uninitialized by a standard
initializer. Those trait impls shouldn't be present (see
rust-lang#2816), but can't easily be
removed. Until they get removed, the constructor must be `unsafe` to
force the user to zero all fields.
The same issue applies to the Deref<Target=sigevent_0_2_126> trait impl,
which exists only for backwards compatibility.
0 commit comments