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
It's a path dependency, not a workspace member. But the workspace is using a newer nightly than the dependency (via rust-toolchain file), so the edition key is still needed when building the dependency crate by itself..
At least I think that's the one that this warning is about, how can I know which crate the compiler is referring to? It would be useful if it printed the name of the crate that causes this warning..
Include path to manifest in workspace warnings.
It can be confusing because almost all of the warnings give no indication which package issued the warning.
Closes#6168
I updated my nightly and I'm getting:
It's not used in my workspace but by some dependency. Shouldn't this warning be suppressed for dependencies?
The text was updated successfully, but these errors were encountered: