0xKitsune / solstat

A Solidity static analyzer to identify contract vulnerabilities and gas efficiencies.
427 stars 37 forks source link

error #74

Open Akriosss47 opened 1 year ago

Akriosss47 commented 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

0xKitsune commented 1 year ago

Hey thanks for opening up an issue, can you paste a snippet of the Solidity code that caused this parser error?