-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
bilge generates false positive errors in rust_analyzer #92
Comments
They might have done something to the ordering of macro execution. |
Just met the same problem. Reproducible with very simple projects. |
FYI RA devs replied. |
It looks like |
In a dead simple example:
The latest version (0.3.2020) of rust_analyzer reports:
i.e.
add #[bitsize] attribute above your derive attribute
from this piece of codeOddly enough, the same error does not appear with
cargo check
.The text was updated successfully, but these errors were encountered: