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
See rust-secure-code/cargo-auditable#124 for
details, but TL;DR `dep:foo` in a features list generates a private
feature named "foo". `cargo-auditable` can't distinguish between private
and public features in its place as a wrapper, so believes it should
pass "foo" as a feature to `rustc` when performing compilation; as "foo"
is private, `rustc` rejects this, failing the build.
0 commit comments