@joshtriplett wrote in rust-lang/rust#146560 (comment):
That said, counterproposal: rather than a target feature, can we transition to cpuid being universally safe (using the mechanisms we normally use to move something from unsafe to safe without provoking widespread warnings about unused unsafe)?
cpuid currently triggers unused_unsafe (see rust-osdev/x86_64#575). Is this intentional?