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

if X && let Some(bla) condition isn't parsed correctly #176

Open
GuillaumeGomez opened this issue Sep 15, 2024 · 2 comments
Open

if X && let Some(bla) condition isn't parsed correctly #176

GuillaumeGomez opened this issue Sep 15, 2024 · 2 comments

Comments

@GuillaumeGomez
Copy link
Contributor

Currently it fails with:

error: unknown node `Some`
@Kijewski
Copy link
Collaborator

Currently only {% if let x = y && z %} is implemented. On other places a binding is not understood by the parser.

@GuillaumeGomez
Copy link
Contributor Author

I was expecting something like this indeed. :)

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

No branches or pull requests

2 participants