-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
--print=native-static-libs produces no output for #![no_std]
staticlib
#108825
Labels
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
|
Oh, I think this will actually get fixed by PR #106560 |
Yeah, I removed the |
Looks like there is still the |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jun 13, 2024
Always emit `native-static-libs` note, even if it is empty Fixes rust-lang#108825.
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jun 13, 2024
Always emit `native-static-libs` note, even if it is empty Fixes rust-lang#108825.
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jun 13, 2024
Always emit `native-static-libs` note, even if it is empty Fixes rust-lang#108825.
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jun 13, 2024
Always emit `native-static-libs` note, even if it is empty Fixes rust-lang#108825.
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this issue
Jun 13, 2024
Always emit `native-static-libs` note, even if it is empty Fixes rust-lang#108825.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
(spawned off of #53281 (comment) )
I tried this code:
I expected to see this happen:
A line of output that includes the prefix:
Instead, this happened:
No output.
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: