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

constifying traits in an nighlty branch or feature gate it? (with #[const_trait]) #283

Closed
haennes opened this issue Aug 1, 2023 · 2 comments

Comments

@haennes
Copy link

haennes commented Aug 1, 2023

Would a PR be welcome where the traits are all constified which could either be hidden behind a feature gate, similar to how it is achieved in this or in a different (nightly?) branch?

I would happily contribute this modification, as I need to write this code for another project anyways.

(Sorry for my bad english, I am not a native speaker)

@haennes haennes changed the title constifying traits in an nighlty branch? (with #[const_trait]) constifying traits in an nighlty branch or feature gate it? (with #[const_trait]) Aug 1, 2023
@tarcieri
Copy link
Contributor

tarcieri commented Aug 1, 2023

Isn't impl const/impl ~const in a massive amount of flux right now? e.g. rust-lang/rust#110395

@haennes
Copy link
Author

haennes commented Aug 1, 2023

Sorry. I havent seen this issue. I just started out at the tracking-issue rust-lang/rust#67792 which still suggests everything is on track. I will close this as it really seems VERY unstable....

@haennes haennes closed this as completed Aug 1, 2023
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

2 participants