Skip to content
New issue

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

Add note about static libraries not linking their dependencies #1472

Merged

Conversation

madsmtm
Copy link
Contributor

@madsmtm madsmtm commented Feb 17, 2024

This confused me for a while, but this is just fundamentally how static libraries work.

Wading through some history on this, I think when specifying --crate-type=staticlib, rustc used to output the --print=native-static-libs note by default, but it doesn't anymore, so let's document it instead!

@traviscross
Copy link
Contributor

We're reviewing this in the the rustdocs call, and we're not sure about it.

@petrochenkov: What do you think about this one?

src/linkage.md Outdated Show resolved Hide resolved
Copy link
Contributor

@petrochenkov petrochenkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new paragraph is correct.

Co-authored-by: Vadim Petrochenkov <[email protected]>
Copy link
Contributor

@traviscross traviscross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @petrochenkov for having a look. If it looks good to you, then it looks good to me, and we'll merge this.

@traviscross traviscross added this pull request to the merge queue Jul 3, 2024
Merged via the queue into rust-lang:master with commit 0ee9a66 Jul 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants