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

Parser Error for Tuple-Structs with Inner Field starting with an Underscore #2365

Closed
oberien opened this issue Mar 11, 2018 · 0 comments
Closed
Assignees
Labels
bug rust Issues about new language features

Comments

@oberien
Copy link

oberien commented Mar 11, 2018

There seems to be an issue with tuple-structs where an inner field starts with an underscore. It marks this as incorrect:

&self.0._foo

with the error message <field lookup> or identifier expected, got '0.'

@Undin Undin added bug rust Issues about new language features labels Mar 12, 2018
@mchernyavsky mchernyavsky self-assigned this Nov 30, 2018
bors bot added a commit that referenced this issue Nov 30, 2018
3097: GRAM: Fix float literal parsing r=Undin a=mchernyavsky

Fixes #2365.

Co-authored-by: mchernyavsky <chemike47@gmail.com>
@bors bors bot closed this as completed in #3097 Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug rust Issues about new language features
Projects
None yet
Development

No branches or pull requests

3 participants