-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE with const generics: asked to assemble builtin bounds of unexpected type #79674
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
|
This ICEs since @rustbot modify labels: +regression-from-stable-to-stable |
This seems to need unstable features to reproduce? Or did I miss something? |
You can reproduce the ICE on stable, but to actually use the code you need to be on nightly. I think |
Oh, so you need the feature gates, but you can still reproduce it on stable, got it. In that case it is technically not |
Assigning |
#90023 would fix the ICE. To me it looks as if the problem is that the
I suggest we'd close this issue and open a new diagnostics issue in case the PR would be merged. |
…al, r=jackh726 Add tests fixed by rust-lang#90023 The following issues were fixed by rust-lang#90023 Fixes rust-lang#79674 Fixes rust-lang#83765 Fixes rust-lang#86033 Fixes rust-lang#90318 Fixes rust-lang#88468 The following issues were duplicates of rust-lang#90654 Fixes rust-lang#86850 Fixes rust-lang#89022 r? `@jackh726`
…al, r=jackh726 Add tests fixed by rust-lang#90023 The following issues were fixed by rust-lang#90023 Fixes rust-lang#79674 Fixes rust-lang#83765 Fixes rust-lang#86033 Fixes rust-lang#90318 Fixes rust-lang#88468 The following issues were duplicates of rust-lang#90654 Fixes rust-lang#86850 Fixes rust-lang#89022 r? ``@jackh726``
…al, r=jackh726 Add tests fixed by rust-lang#90023 The following issues were fixed by rust-lang#90023 Fixes rust-lang#79674 Fixes rust-lang#83765 Fixes rust-lang#86033 Fixes rust-lang#90318 Fixes rust-lang#88468 The following issues were duplicates of rust-lang#90654 Fixes rust-lang#86850 Fixes rust-lang#89022 r? ```@jackh726```
Uh oh!
There was an error while loading. Please reload this page.
I found this ICE while playing with const generics on the Rust playground.
Code
(Playground)
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: