-
Notifications
You must be signed in to change notification settings - Fork 16
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
Rename "nightly" feature #22
Comments
You know I'm using this functionality and probably also know that they've just temporarily removed it. Please don't. |
Just to clarify why this is a problem: When using a current nightly compiler (I am testing nightly-2023-04-20), arbitrary-int using the "nightly" feature fails to build as it relies on:
|
Do you have a source for it being temporarily disabled? I was under the impression they are moving to keyword generics, which might be years out. |
Thanks! Let's rename the feature then? We can add a comment saying that this is requires an old compiler |
Out of curiosity, which part of your code relies on this? In bitbybit, I completely side-stepped Number by entirely relying on |
One example is |
@hecatia-elegua please see #27. Does this work for you? |
const_trait has been removed from upstream Rust, so on a new compiler nightly no longer builds (for example,
From<>
is no longer const). There is currently no alternative, so we just probably just remove this optional featureThe text was updated successfully, but these errors were encountered: