nix
nix copied to clipboard
Consider stopping use of `extra_traits` feature due to soundness issues?
trafficstars
There are apparently some soundness issues with libc's extra_traits feature in https://github.com/rust-lang/libc/issues/2700, https://github.com/rust-lang/libc/issues/2064, and https://github.com/rust-lang/libc/issues/2816, with an effort to remove the extra_traits feature to avoid this issue in https://github.com/rust-lang/libc/pull/3692. Would it be worthwhile removing it?