syn icon indicating copy to clipboard operation
syn copied to clipboard

Parse non-lifetime binders

Open dtolnay opened this issue 1 year ago • 0 comments

As seen in https://github.com/rust-lang/rust/blob/b9535c0b7d64290b27c4a116262402cd12f77833/tests/rustdoc/non_lifetime_binders.rs.

fn foo() where for<'a, T> &'a Wrapper<T>: Trait {}

https://github.com/rust-lang/rust/pull/108335

dtolnay avatar Apr 01 '23 17:04 dtolnay