lazy_type_alias: trait bound no longer satisified #114218
Labels
C-bug
Category: This is a bug.
F-lazy_type_alias
`#![feature(lazy_type_alias)]`
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
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.
I tried this code:
tests/ui/associated-types/param-env-normalize-cycle.rs
without `-Zcrate-attr=feature(lazy_type_alias)´: no warnings
with
-Zcrate-attr=feature(lazy_type_alias)
:The text was updated successfully, but these errors were encountered: