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

Document -Z extra-link-arg. #9121

Merged
merged 1 commit into from
Feb 1, 2021
Merged

Conversation

vext01
Copy link
Contributor

@vext01 vext01 commented Feb 1, 2021

Whilst reading the cargo source code, I encountered -Z extra-link-arg. I'd missed this flag before because it is not documented in -Z help.

This commit adds the one-liner documentation.

(This argument is mentioned in the unstable cargo book)

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 1, 2021
@alexcrichton
Copy link
Member

@bors: r+

Thanks!

@bors
Copy link
Collaborator

bors commented Feb 1, 2021

📌 Commit 0b515f3 has been approved by alexcrichton

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 1, 2021
@vext01
Copy link
Contributor Author

vext01 commented Feb 1, 2021

@alexcrichton Do you know if this option will be stabilised any time soon? It's the only existing way I can see to add configurable rpaths to Rust projects.

@bors
Copy link
Collaborator

bors commented Feb 1, 2021

⌛ Testing commit 0b515f3 with merge c6f2815...

@bors
Copy link
Collaborator

bors commented Feb 1, 2021

☀️ Test successful - checks-actions
Approved by: alexcrichton
Pushing c6f2815 to master...

@bors bors merged commit c6f2815 into rust-lang:master Feb 1, 2021
@alexcrichton
Copy link
Member

I am unaware of the stabilization status.

@vext01 vext01 deleted the extra-link-arg-doc branch February 1, 2021 16:39
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 2, 2021
Update cargo

5 commits in c3abcfe8a75901c7c701557a728941e8fb19399e..e099df243bb2495b9b197f79c19f124032b1e778
2021-01-25 16:16:43 +0000 to 2021-02-01 16:24:34 +0000
- Impl warn for locked install without Cargo.lock (rust-lang/cargo#9108)
- Document -Z extra-link-arg. (rust-lang/cargo#9121)
- Flip 'foo' and 'bar' to be consistent (rust-lang/cargo#9120)
- Don't try to parse MSRV if feature is not enabled (rust-lang/cargo#9115)
- simplify char range check (rust-lang/cargo#9110)
@ehuss ehuss added this to the 1.51.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants