Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse non-lifetime binders #1435

Open
dtolnay opened this issue Apr 1, 2023 · 0 comments
Open

Parse non-lifetime binders #1435

dtolnay opened this issue Apr 1, 2023 · 0 comments
Labels

Comments

@dtolnay
Copy link
Owner

dtolnay commented Apr 1, 2023

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

rust-lang/rust#108335

@dtolnay dtolnay added the syntax label Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant