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

rust: Move towards stable Rust #13

Open
10 tasks
SlyMarbo opened this issue Mar 13, 2022 · 0 comments
Open
10 tasks

rust: Move towards stable Rust #13

SlyMarbo opened this issue Mar 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@SlyMarbo
Copy link
Contributor

SlyMarbo commented Mar 13, 2022

Currently, the Firefly kernel requires nightly Rust, as we use various unstable features. We should try to migrate to stable Rust where doing so does not cause an unnecessary burden. For example, it is preferable to use the x86-64 interrupt handler ABI as an unstable feature than to rewrite that code to use a stable alternative.

This is the tracking issue for all use of unstable features.

Currently used unstable features:

@SlyMarbo SlyMarbo added the enhancement New feature or request label Mar 13, 2022
SlyMarbo added a commit that referenced this issue Jul 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant