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.
The text was updated successfully, but these errors were encountered:
For example, if you do
rustc -L . -L .
, and you haveextern mod foo
with a foo crate in ., it will report "multiple matching crates forfoo
", even though it's the same crate.The text was updated successfully, but these errors were encountered: