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
make resolve features public for cargo-as-a-library (#15835)
### What does this PR try to resolve?
While working on a [plumbing
command](https://github.com/crate-ci/cargo-plumbing) for feature
resolution, I hit a dead end where the fields and types are private.
This PR changes the needed things into `pub`.
r? @epage
### How to test and review this PR?
`cargo check`
0 commit comments