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
This is intentional. Dependencies are usually built with --cap-lints=allow to hide lint warnings (and deny-by-default lints). Workspace members and path dependencies are not capped. This is done with the intent that you are working on the package and want to see the warnings.
I think this is kinda a duplicate of #5998, and both of them are waiting for the [lints] feature stabilization, so that we will have a dedicated documentation for how Cargo handles lints. Close in favor of #5998.
Problem
I got the true compilation errors when referenced dependency with
path
. And see no errors when reference overgit
ofversion
in TOML file.Steps
Check this demo repo: https://github.com/k06a/usize-issue
Notes
Output of
cargo version
:cargo 1.41.0-nightly (626f0f4 2019-12-03)
The text was updated successfully, but these errors were encountered: