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
{ "resource": "/E:/projects/piston-examples/examples/cube.rs", "owner": "rustc", "code": { "value": "mismatched-arg-count", "target": { "$mid": 1, "external": "https://rust-analyzer.github.io/manual.html#mismatched-arg-count", "path": "/manual.html", "scheme": "https", "authority": "rust-analyzer.github.io", "fragment": "mismatched-arg-count" } }, "severity": 8, "message": "expected 7 arguments, found 4", "source": "rust-analyzer", "startLineNumber": 25, "startColumn": 1, "endLineNumber": 31, "endColumn": 4 }
I get five of those, one for each row. I've tried to study the macro but can't see what's wrong with it.
Rust analyzer has nothing to say about the file where the macro is defined.
The text was updated successfully, but these errors were encountered:
Check Cargo.lock to see if Cargo attempts to link multiple versions. The macro might have broken across versions and a cargo update might fix it.
cargo update
Sorry, something went wrong.
No branches or pull requests
I get five of those, one for each row. I've tried to study the macro but can't see what's wrong with it.
Rust analyzer has nothing to say about the file where the macro is defined.
The text was updated successfully, but these errors were encountered: