You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a rather large Rust codebase, and the rust-analyzer seems to not point out an obvious type error (when switching from one non-primitive struct to another, but does when I switch from the struct to something inherent, like String).
#4894 <- This issue discusses a similar problem, where unless the OP runs cargo clean, the errors do not show up. Is there a way to make this information more available or push a fix that fixes this? Best guess is something to do with indexing not picking up certain changes, but I'm new to Rust, and wouldn't know.
Cheers,
Thanks.
The text was updated successfully, but these errors were encountered:
I'm working on a rather large Rust codebase, and the rust-analyzer seems to not point out an obvious type error (when switching from one non-primitive struct to another, but does when I switch from the struct to something inherent, like
String
).#4894 <- This issue discusses a similar problem, where unless the OP runs
cargo clean
, the errors do not show up. Is there a way to make this information more available or push a fix that fixes this? Best guess is something to do with indexing not picking up certain changes, but I'm new to Rust, and wouldn't know.Cheers,
Thanks.
The text was updated successfully, but these errors were encountered: