-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
--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 |
pnkfelix
added
the
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
label
Mar 7, 2023
Looks like there is still the |
bjorn3
removed
the
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
label
Jul 13, 2023
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.
Enselic
added
A-linkage
Area: linking into static, shared libraries and binaries
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
and removed
needs-triage-legacy
labels
Oct 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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: