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 seeing an unresolved-field error on a field that definitely exists and compiles just fine. I think the problem is actually the weird dependencies I've introduced into my workspace modules though. I've reproduced it here: https://github.com/martijnarts/ra-unresolved-field-repro
I haven't tried to fully minimise the reproduction. It might be the case that this happens even without all the interdependencies and such, this is just the scenario that I see in my production code.
I'm seeing an unresolved-field error on a field that definitely exists and compiles just fine. I think the problem is actually the weird dependencies I've introduced into my workspace modules though. I've reproduced it here: https://github.com/martijnarts/ra-unresolved-field-repro
I haven't tried to fully minimise the reproduction. It might be the case that this happens even without all the interdependencies and such, this is just the scenario that I see in my production code.
Here's what it looks like when breaking:
rust-analyzer version: 0.3.1426-standalone (0a956ec 2023-03-05)
rustc version: rustc 1.66.0 (69f9c33d7 2022-12-12)
relevant settings: happens in a basic, unconfigured rust/rust-analyzer setup.
The text was updated successfully, but these errors were encountered: