-
Notifications
You must be signed in to change notification settings - Fork 187
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
'internal error: entered unreachable code', crates/parser/src/lexer/token.rs:304:22 #623
Comments
Note I'm not running solc, right now, the backend is having issues building for me, and this ups throughput on the front analysis anyway. |
The previously fixed
also fails, BTW, maybe related? |
I can not reproduce the crash of the first snippet on latest master (
But I can confirm the second one with the empty list expression. Looking into it. |
Try this instead:
|
Hmm, no, the copy doesn't repro. You need to create it like this:
|
probably an unprinting char missing in that first one too, but it found this simpler version it prefers in triage rules |
Thanks, I'll look into that, too. I already opened a PR for the empty list expression crash and added a test to ensure we won't regress again. |
Compiling this file:
Using
for fuzzing. Using https://github.com/agroce/afl-compiler-fuzzer
The text was updated successfully, but these errors were encountered: