-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
A-print-requests
Area: print requests (`--print=...`)
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.
jhpratt
added a commit
to jhpratt/rust
that referenced
this issue
Mar 27, 2025
Always emit `native-static-libs` note, even if it is empty Fixes rust-lang#108825. Retry of rust-lang#121216, finally got around to fixing the test, the errors in that PR were because `libcore` uses the `#[link]` attribute on MSVC. try-job: x86_64-msvc r? wesleywiser
jhpratt
added a commit
to jhpratt/rust
that referenced
this issue
Mar 27, 2025
Always emit `native-static-libs` note, even if it is empty Fixes rust-lang#108825. Retry of rust-lang#121216, finally got around to fixing the test, the errors in that PR were because `libcore` uses the `#[link]` attribute on MSVC. try-job: x86_64-msvc r? wesleywiser
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Mar 27, 2025
Rollup merge of rust-lang#138987 - madsmtm:fix-108825, r=jieyouxu Always emit `native-static-libs` note, even if it is empty Fixes rust-lang#108825. Retry of rust-lang#121216, finally got around to fixing the test, the errors in that PR were because `libcore` uses the `#[link]` attribute on MSVC. try-job: x86_64-msvc r? wesleywiser
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
A-print-requests
Area: print requests (`--print=...`)
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: