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
The core problem is that cargo metadata lists both features as enabled. This is an issue of cargo's old feature resolver as explained in the RFC 2957 and seems to be fixed by its new resolver. However, cargo metadata does not yet use the new resolver due to complexity. Not sure if we can do anything at our end for the time being unfortunately.
Veykril
added
S-blocked
Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
and removed
C-bug
Category: bug
labels
Apr 7, 2024
When different targets use different features of a create, RA considers all of them active at the same time.
Cargo.toml:
main.rs:
This is how arguments in
spawn_async
are defined:rust-analyzer version: 0.3.1575-standalone
rustc version: 1.70.0 (90c541806 2023-05-31)
relevant settings: None
The text was updated successfully, but these errors were encountered: