1 2 3 4 5 6 7
//@ check-pass #![feature(precise_capturing)] fn elided(x: &()) -> impl Sized + use<'_> { x } fn main() {}