Skip to content

Do not parse keywords as Ident #49

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

Closed
dtolnay opened this issue Oct 18, 2016 · 1 comment
Closed

Do not parse keywords as Ident #49

dtolnay opened this issue Oct 18, 2016 · 1 comment
Labels

Comments

@dtolnay
Copy link
Owner

dtolnay commented Oct 18, 2016

The match keyword in #48 gets parsed as an ident after backtracking from trying to parse a match expression. Reserved keywords should never parse as ident.

@dtolnay
Copy link
Owner Author

dtolnay commented Oct 25, 2016

Fixed in 05f462f.

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