False conflicting implementation with generic_const_exprs
and adt_const_params
#95951
Labels
C-bug
Category: This is a bug.
generic_const_exprs
and adt_const_params
#95951
This code fails to compile:
However, it compiles if
#![feature(generic_const_exprs)]
is removed.It also only appears to be the case with complex generic types. This compiles too:
The text was updated successfully, but these errors were encountered: