Skip to content

Link to cargo's build-std feature instead of xargo in custom target docs - #78320

Merged
bors merged 2 commits into
rust-lang:masterfrom
phil-opp:patch-5
Oct 25, 2020
Merged

Link to cargo's build-std feature instead of xargo in custom target docs#78320
bors merged 2 commits into
rust-lang:masterfrom
phil-opp:patch-5

Conversation

@phil-opp

Copy link
Copy Markdown
Contributor

The xargo tool is in maintenance mode since 2018 and the build-std feature of cargo already works reasonably well for most use cases.

…et docs
The `xargo` tool is in maintenance mode since 2018 and the `build-std` feature of cargo already works reasonably well for most use cases.
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @GuillaumeGomez

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 24, 2020
@GuillaumeGomez

Copy link
Copy Markdown
Member

Looks good to me. Just want to have the confirmation from @rust-lang/cargo team first but otherwise looks good.

Comment threadsrc/doc/rustc/src/targets/custom.md Outdated
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
@jyn514

Copy link
Copy Markdown
Member

@bors r=GuillaumeGomez,alexcrichton rollup

@bors

bors commented Oct 25, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit eb5db6c has been approved by GuillaumeGomez,alexcrichton

@borsbors 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 Oct 25, 2020
@jyn514jyn514 added A-target-specs Area: Compile-target specifications requires-nightly This issue requires a nightly compiler in some way. When possible, use a F-* label instead. A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools labels Oct 25, 2020
@JohnTitorJohnTitor mentioned this pull request Oct 25, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 25, 2020
Rollup of 8 pull requests
Successful merges:
- rust-lang#77984 (Compute proper module parent during resolution)
- rust-lang#78085 (MIR validation should check `SwitchInt` values are valid for the type)
- rust-lang#78208 (replace `#[allow_internal_unstable]` with `#[rustc_allow_const_fn_unstable]` for `const fn`s)
- rust-lang#78209 (Update `compiler_builtins` to 0.1.36)
- rust-lang#78276 (Bump backtrace-rs to enable Mach-O support on iOS.)
- rust-lang#78320 (Link to cargo's `build-std` feature instead of `xargo` in custom target docs)
- rust-lang#78322 (BTreeMap: stop mistaking node::MIN_LEN for a node level constraint)
- rust-lang#78326 (Split out statement attributes changes from rust-lang#78306)
Failed merges:
r? `@ghost`
@bors
bors merged commit 63e48cd into rust-lang:masterOct 25, 2020
@rustbotrustbot added this to the 1.49.0 milestone Oct 25, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-target-specsArea: Compile-target specificationsrequires-nightlyThis issue requires a nightly compiler in some way. When possible, use a F-* label instead.S-waiting-on-borsStatus: 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.

9 participants

@phil-opp@rust-highfive@GuillaumeGomez@jyn514@bors@alexcrichton@jonas-schievink@Eh2406@rustbot