-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Tracking Issue for native link modifier as-needed
#99424
Comments
What prevents this from moving forward? Can I help with stabilization somehow? |
AFAIK, it's still not implemented on some tier 1 platforms (Apple targets). |
I don’t think I can help with that — I don’t own Mac. :( |
Visited during the compiler team tracking issue triage meeting. Our understanding is that the implementation of this feature is complete but there are some not-quite resolved questions regarding support for older Apple linkers. As such, we're tentatively marking this as |
I use rustc 1.79.0-nightly (85e449a 2024-03-22) |
@kamyuentse did you end up resolving this somehow? |
Maybe running cargo with |
Hmm ok that does the trick even in the ^^ case, weird I could have sworn it didn't at first :D |
This is a tracking issue for native link modifier
as-needed
, which is a part of RFC "Linking modifiers for native libraries" (#81490, rust-lang/rfcs#2951).The feature gate for the issue is
#![feature(native_link_modifiers_as_needed)]
.About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Steps
Unresolved Questions
The modifier is not yet implemented for some Tier 1 targets (Apple targets).
Implementation history
The text was updated successfully, but these errors were encountered: