//@ known-bug: #121422 #![feature(non_lifetime_binders)] trait Trait {} fn produce() -> impl for Trait<(), Assoc = impl Trait> { 16 }