-
Notifications
You must be signed in to change notification settings - Fork 292
use min_const_generics to avoid incomplete_features #976
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
Conversation
r? @Amanieu (rust-highfive has picked a reviewer for you, use r? to override) |
Fixing the build failure would require
|
We try to avoid In this particular case I think we can just wait until the |
Then we better hope that nobody adds non-"min" uses of const_generics in the mean time. |
This has happened now, right? |
@RalfJung Can you rebase so CI passes? |
Okay, done that. |
There's a "Check Style" failure in code that I did not even touch. |
Just run rustfmt from the latest nightly. |
When I do I think it'd be better if someone with more knowledge of this code would fix CI here first (and possibly adjust the CI setup so that PRs are not rejected for unrelated failures...). |
Try rebasing now. |
Since min_const_generics is stable you can just remove the feature. |
Looks like CI passes now, thanks for the help. :) |
Cc @lcnr