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
It looks like the following feature prevents the crate from compiling on stable Rust.
#![feature(total_cmp)]
Is it possible to work around this feature in order to get the crate to compile on stable? If not, is there an expected time frame for when this feature might make it into stable? I would really like to use the crate, but the dependence on nightly could become an issue.
The text was updated successfully, but these errors were encountered:
This is the tracking issue - rust-lang/rust#72599
Looks like there are concerns with regard to LLVM and processor (MIPS in this case, but I am not sure whether someone did an exhaustive study on all processors that exists today).
It looks like the following feature prevents the crate from compiling on stable Rust.
#![feature(total_cmp)]
Is it possible to work around this feature in order to get the crate to compile on stable? If not, is there an expected time frame for when this feature might make it into stable? I would really like to use the crate, but the dependence on nightly could become an issue.
The text was updated successfully, but these errors were encountered: