We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package a has extern mod b, b has extern mod c. Make sure that building a installs c.
a
extern mod b
b
extern mod c
c
The text was updated successfully, but these errors were encountered:
auto merge of #9132 : catamorphism/rust/rustpkg-recursive-deps, r=cat…
19c0735
…amorphism,metajack r? @metajack ...recursive dependencies Closes #8524
91e64d0
Successfully merging a pull request may close this issue.
Package
a
hasextern mod b
,b
hasextern mod c
. Make sure that buildinga
installsc
.The text was updated successfully, but these errors were encountered: