dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.78k stars 306 forks source link

Parse precise capturing syntax #1677

Open dtolnay opened 1 month ago

dtolnay commented 1 month ago

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> {}
traviscross commented 1 month ago

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.