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
In my program I have many conditionally compiled blocks of code using #[cfg(foo)]. Important note, these are not features. They do not look like #[cfg(feature="foo")]. As it stands there is no way to force rust analyzer to set this cfg.