-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Const generic ICE without feature specified #60263
Comments
In general, presence or absence of |
Strongly related (not sure why two issues though) with #60264 and therefore with #60147 and #57272 @petrochenkov I already pinged you in #60147 (comment) because of this ;) |
2 issue's because the ICE messages are different, sorry for the confusion!
|
This should be fixed on the next nightly, but #60277 will add a regression test for it. |
The following ICE's on nightly only:
Notice I didn't specify the
#![feature(const_generics)]
featureBacktrace:
The text was updated successfully, but these errors were encountered: