syn
syn copied to clipboard
Parse precise capturing syntax
RFC: https://github.com/rust-lang/rfcs/pull/3617 Tracking issue: https://github.com/rust-lang/rust/issues/123432
fn f<'a, T>() -> impl Sized + use<'a, T> {}
Just an update here that the stabilization report for this has gone up.
The earliest this syntax could conceivably stabilize is with Rust 1.82, which will branch on 2024-08-30 and will be released on 2024-10-17.