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
chore: mark CPUID-related functions with allow(unused_unsafe)
As of rust toolchain version 1.94.0, CPUID-related functions from the
standard library are no longer unsafe [1]. However, we cannot simply
remove them as the nightly toolchain used by Kani has not been updated
to a version with this change.
Add TODO comments to remove unsafe blocks when Kani toolchain is
updated.
[1]: rust-lang/stdarch#1935
Signed-off-by: James Curtis <jxcurtis@amazon.co.uk>
0 commit comments