const_trait_impl
: super trait not satisfied for generic impl
#92230
Labels
C-bug
Category: This is a bug.
F-const_trait_impl
`#![feature(const_trait_impl)]`
requires-nightly
This issue requires a nightly compiler in some way.
I tried this code:
I expected to see this happen: the code compiles successfully
Instead, this happened: compiler errors saying that
error[E0277]: the trait bound `A: Super` is not satisfied
cc @rust-lang/wg-const-eval
playground
The text was updated successfully, but these errors were encountered: