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
The cpuio crate doesn't build on the latest nightly since due to features being removed. const_fn has been stable for a while now, and llvm_asm was deprecated in 1.56 in favor of asm, which itself was stabilized in 1.59. Any nightly version >1.60 with not build this crate. Both features could be removed and the crate can build on stable now.
The text was updated successfully, but these errors were encountered:
The
cpuio
crate doesn't build on the latest nightly since due to features being removed.const_fn
has been stable for a while now, andllvm_asm
was deprecated in 1.56 in favor ofasm
, which itself was stabilized in 1.59. Any nightly version >1.60 with not build this crate. Both features could be removed and the crate can build on stable now.The text was updated successfully, but these errors were encountered: