-
Notifications
You must be signed in to change notification settings - Fork 138
hex-literal: v1.0 tracker #814
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
Comments
It's possible to implement |
Yeah, it works on Nightly and the code does not look too bad. But this approach has the following disadvantages:
UPD: Migration to CTFE is done in #816. |
hex-literal v1.0.0 is released! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
hex-literal
is quite stable, with v0.3.0 being release over two years ago. So I think we can start to consider v1.0 release.Potential changes:
hex-literal
edition without breaking downstream builds and maybe incorporate new language features.const {}
expressions to force const evaluation (MSRV 1.79).generic_const_exprs
andadt_const_params
? It would allow us to write:The text was updated successfully, but these errors were encountered: