Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependence on nightly #18

Closed
Roenbaeck opened this issue Jan 12, 2022 · 3 comments
Closed

Dependence on nightly #18

Roenbaeck opened this issue Jan 12, 2022 · 3 comments

Comments

@Roenbaeck
Copy link

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.

@prataprc
Copy link
Owner

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).

@adhadse
Copy link

adhadse commented Oct 17, 2022

@prataprc Any update? Issue #72599 seems to be closed now. But this issue is not yet resolved.

@prataprc
Copy link
Owner

Thanks for the reminder. It is stable indeed :)

Made a new release 0.8.1 that should be available for stable channel. Let me know if there is any problem. This issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants