Open Akriosss47 opened 1 year ago
solstat thread 'main' panicked at 'called Result::unwrap() on an Err value: [Diagnostic { loc: File(0, 342, 343), level: Error, ty: ParserError, message: "unrecognised token ',', expected \")\", \";\", \"=\"", notes: [] }]', src\analyzer\vulnerabilities\mod.rs:102:73 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Result::unwrap()
Err
RUST_BACKTRACE=1
Hey thanks for opening up an issue, can you paste a snippet of the Solidity code that caused this parser error?
solstat thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: [Diagnostic { loc: File(0, 342, 343), level: Error, ty: ParserError, message: "unrecognised token ',', expected \")\", \";\", \"=\"", notes: [] }]', src\analyzer\vulnerabilities\mod.rs:102:73 note: run withRUST_BACKTRACE=1
environment variable to display a backtrace