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
{{ message }}
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
This appears to be an issue with cargo (or plausibly a misunderstanding of cargo on my part). I've raised rust-lang/cargo#5375. I could work around it by making rerast do a full cargo clean before it does a cargo check, but that feels very heavy handed and might slow down rerast quite a bit.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a crate has a non-empty [features] section, then it seems that not all targets get checked for matches unless the user runs "cargo clean" first.
The text was updated successfully, but these errors were encountered: