We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/*
Compilation error
Currently, the parser is ignoring lexer errors:
noir/compiler/noirc_frontend/src/parser/parser.rs
Lines 57 to 61 in 88682da
Compiled from source
No response
No
The text was updated successfully, but these errors were encountered:
@f01dab1e good catch -- can you pick this up?
This change was made in this PR: #2760
Pinging at @jfecher for visibility.
Naively, I would see if we could convert a LexerError into a ParserError so there is no change in the API
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Aim
Expected Behavior
Compilation error
Bug
Currently, the parser is ignoring lexer errors:
noir/compiler/noirc_frontend/src/parser/parser.rs
Lines 57 to 61 in 88682da
To Reproduce
Installation Method
Compiled from source
Nargo Version
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: