-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
bugSomething isn't workingSomething isn't workingparserRelated to Ezno's syntax parser, AST definitions and outputRelated to Ezno's syntax parser, AST definitions and output
Description
!!sqve+l//
l
let
///
oOo�str!er
as input for the module_roundtrip_naive fuzzer produces this error:
Running: fuzz/artifacts/module_roundtrip_naive/crash-cbb815ba074710aad65fc66c094f2e1600e0c80e
thread 'AST parsing' panicked at /Users/calebjasik-personal/Git/ezno/parser/src/declarations/variable.rs:274:63:
called `Option::unwrap()` on a `None` value
ezno/parser/src/declarations/variable.rs
Lines 273 to 276 in 34eecf1
| VariableDeclaration::LetDeclaration { | |
| position: start.union(declarations.last().unwrap().get_position()), | |
| declarations, | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingparserRelated to Ezno's syntax parser, AST definitions and outputRelated to Ezno's syntax parser, AST definitions and output