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

Reduce reliance on unstable rustc features #61

Merged
merged 48 commits into from
Jan 8, 2024

Conversation

nspin
Copy link
Member

@nspin nspin commented Jan 8, 2024

This project includes code which covers functionality (e.g. language runtime support) that is usually limited to in-tree libraries like libstd, so it will depend on some unstable features for the foreseeable future. However, this project has many unnecessary dependencies on unstable features. This PR removes most of those unnecessary dependencies.

As a result, it will now be easier to document and keep track of which unstable features this project depends on. I would like to reach a point where using a stable compiler with RUSTC_BOOTSTRAP feels reasonable.

We can use Rust-for-Linux/linux#2 as input to our decisions about which unstable features we are okay depending on.

Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
@nspin nspin merged commit 124740a into seL4:main Jan 8, 2024
15 checks passed
@nspin nspin deleted the pr/reduce-reliance-on-unstable-features branch January 8, 2024 11:44
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

Successfully merging this pull request may close these issues.

1 participant