-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Warnings when it shouldn't #15039
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
Labels
C-bug
Category: bug
Comments
What do the errors say, and what is your rustc version? |
The error says: "expected &mut {unknown}, found &State" And my current rustc version is 1.70.0. |
Actually, we can probably work around this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rustc version: (eg. output of
rustc -V
)relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTC
,RUSTUP_HOME
orCARGO_HOME
)Version
Problem
Minimum Reproducible Example
You will get scribbly line on derive part of User type.
The text was updated successfully, but these errors were encountered: