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 --path ./src fails with:
% solstat --path ./src
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: [Diagnostic { loc: File(1, 832, 840), level: Error, ty: ParserError, message: "unrecognised token 'accounts', expected \"=>\"", notes: [] }]', /Users/username/.cargo/registry/src/github.com-1ecc6299db9ec823/solstat-0.5.0/src/analyzer/vulnerabilities/mod.rs:102:73 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I believe this may be due to the following syntax:
mapping(address accounts => bool exist) public accounts;
The text was updated successfully, but these errors were encountered:
+1 @0xKitsune, looking for support for mappings with named key/values
Sorry, something went wrong.
No branches or pull requests
% solstat --path ./src
fails with:I believe this may be due to the following syntax:
The text was updated successfully, but these errors were encountered: