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

question: any unstable features that are now stabilized? #168

Open
Autoparallel opened this issue Dec 18, 2024 · 0 comments
Open

question: any unstable features that are now stabilized? #168

Autoparallel opened this issue Dec 18, 2024 · 0 comments
Labels
priority-medium ⚡ Medium priority tasks question ❓ Further information is requested tech debt 🏗️ Technical debt and cleanup tasks

Comments

@Autoparallel
Copy link
Contributor

We are using some unstable features:

#![allow(incomplete_features)]
#![feature(effects)]
#![feature(const_trait_impl)]
#![feature(const_mut_refs)]
#![feature(const_for)]
#![feature(const_option)]
#![feature(generic_const_exprs)]
#![feature(specialization)]

Are any of these now stabilized? I believe some of the const are stabilized as of 1.83: https://releases.rs/docs/1.83.0/ (at the very least &mut is now stabilized in const context.

@Autoparallel Autoparallel added question ❓ Further information is requested priority-medium ⚡ Medium priority tasks tech debt 🏗️ Technical debt and cleanup tasks labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-medium ⚡ Medium priority tasks question ❓ Further information is requested tech debt 🏗️ Technical debt and cleanup tasks
Projects
None yet
Development

No branches or pull requests

1 participant