RFC: https://github.com/rust-lang/rfcs/pull/3617 Tracking issue: https://github.com/rust-lang/rust/issues/123432 ```rust fn f<'a, T>() -> impl Sized + use<'a, T> {} ```