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

Support stable Rust #11

Closed
3 of 5 tasks
hannobraun opened this issue Nov 28, 2017 · 3 comments
Closed
3 of 5 tasks

Support stable Rust #11

hannobraun opened this issue Nov 28, 2017 · 3 comments

Comments

@hannobraun
Copy link
Member

hannobraun commented Nov 28, 2017

This crate currently requires a nightly Rust toolchain. We currently use the following experimental features:

It think supporting stable Rust would be nice, but I don't see this as a pressing issue. It's probably best to just wait for the various experimental features to stabilize and re-evaluate then.

@hannobraun
Copy link
Member Author

Updated the original comment. macro_reexport has been replaced with use_extern_macros.

@hannobraun
Copy link
Member Author

hannobraun commented May 14, 2018

Updated original comment. As of #85, const_refcell_new and use_extern_macros are no longer used and all dependencies build on beta.

@hannobraun
Copy link
Member Author

Parts of const fn have been stabilized: rust-lang/rust#54835

Need to reevaluate this issue.

hannobraun added a commit that referenced this issue Mar 14, 2019
With this commit, the library compiles on stable Rust now.

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

No branches or pull requests

1 participant