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
Hi! I have a few structs with fields only present if some feature is set.
Rust-analyzer gives me a missing structure fields error when I initialize the version without all fields. cargo check doesn't emit any error and it compiles just fine though.
This error only shows up if I use two blocks.