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

Fix trailing comma support in generics #32

Merged
merged 1 commit into from
Sep 29, 2020
Merged

Fix trailing comma support in generics #32

merged 1 commit into from
Sep 29, 2020

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Sep 29, 2020

This reverts commit 950229c.

Fixes #31

Comment on lines +427 to +434
// pin_project! {
// pub struct S4<
// 'a,
// 'b: 'a, // <-----
// > {
// f: &'a &'b (),
// }
// }
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code doesn't seem to compile even in previous versions.

@taiki-e
Copy link
Owner Author

taiki-e commented Sep 29, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Sep 29, 2020

Build succeeded:

@bors bors bot merged commit 6708f42 into master Sep 29, 2020
@bors bors bot deleted the trailing-comma branch September 29, 2020 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

local ambiguity: multiple parsing options: built-in NTs tt ('generics') or 1 other option
1 participant