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
For example, if you do rustc -L . -L ., and you have extern mod foo with a foo crate in ., it will report "multiple matching crates for foo", even though it's the same crate.
For example, if you do
rustc -L . -L ., and you haveextern mod foowith a foo crate in ., it will report "multiple matching crates forfoo", even though it's the same crate.