Regression evaluating impl
bounds with generic_const_exprs
#100553
Labels
A-const-generics
Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
P-low
Low priority
requires-incomplete-features
This issue requires the use of incomplete features.
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
Code
I tried this code:
I see the following compilation error:
Specifying the generic parameter changes the error slightly:
If the const generic parameter to
FixedStorage
is a single value, rather than expression it builds successfully.Meta
I see the error when running
rustc --version --verbose
:This previously worked with
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: