-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Nightly regression: empty lifetime list in for<lifetime-list>
doesn't parse anymore
#37733
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
Labels
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
|
Apart from that, this was introduced between |
Yeah, I probably mis-remembered :( I agree that this was probably a side effect of #34764. |
In fact, this fails too: type B = for<'a,> fn(); |
est31
added a commit
to est31/rust
that referenced
this issue
Nov 13, 2016
bors
added a commit
that referenced
this issue
Nov 13, 2016
Fix empty lifetime list or one with trailing comma being rejected Fixes #37733
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code:
Compiles on 1.13-stable,beta, fails on 1.14-nightly.
The text was updated successfully, but these errors were encountered: