//@ known-bug: #119716 #![feature(non_lifetime_binders)] trait Trait {} fn f() -> impl for Trait> {}