syn icon indicating copy to clipboard operation
syn copied to clipboard

Parse precise capturing syntax

Open dtolnay opened this issue 1 year ago • 1 comments

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> {}

dtolnay avatar Jun 19 '24 02:06 dtolnay

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.

traviscross avatar Jul 15 '24 10:07 traviscross