//@ known-bug: #121574 #![feature(generic_const_exprs)] impl X { pub fn y<'a, U: 'a>(&'a self) -> impl Iterator + '_> {} }