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

Investigate: some tokens are accidentally getting parsed under the wrong rule. #642

Closed
emilyaherbert opened this issue Jan 14, 2022 · 0 comments · Fixed by #643
Closed
Assignees
Labels
bug Something isn't working compiler General compiler. Should eventually become more specific as the issue is triaged

Comments

@emilyaherbert
Copy link
Contributor

emilyaherbert commented Jan 14, 2022

It is happening here, and maybe in other places as well:

CallPath::parse_from_pair(func_app_parts.next().unwrap(), config),

func_app_parts.next().unwrap() is actually the equivalent of an ident.

@emilyaherbert emilyaherbert self-assigned this Jan 14, 2022
@adlerjohn adlerjohn moved this to Todo in Fuel Network Jan 14, 2022
@adlerjohn adlerjohn added the compiler General compiler. Should eventually become more specific as the issue is triaged label Jan 14, 2022
Repository owner moved this from Todo to Done in Fuel Network Jan 14, 2022
@adlerjohn adlerjohn added the bug Something isn't working label Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler General compiler. Should eventually become more specific as the issue is triaged
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants