//@ known-bug: #121637 #![feature(non_lifetime_binders)] trait Trait { type Type; fn method(&self) -> impl for Trait>; }