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
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
The text was updated successfully, but these errors were encountered:
Hey thanks for opening up an issue, can you paste a snippet of the Solidity code that caused this parser error?
Sorry, something went wrong.
No branches or pull requests
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:73note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: