Link to cargo's build-std feature instead of xargo in custom target docs#78320
Merged
bors merged 2 commits intorust-lang:masterfrom Oct 25, 2020
Merged
Link to cargo's build-std feature instead of xargo in custom target docs#78320bors merged 2 commits intorust-lang:masterfrom
build-std feature instead of xargo in custom target docs#78320bors merged 2 commits intorust-lang:masterfrom
Conversation
…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.
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
Member
|
Looks good to me. Just want to have the confirmation from @rust-lang/cargo team first but otherwise looks good. |
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
alexcrichton
approved these changes
Oct 24, 2020
Eh2406
approved these changes
Oct 24, 2020
Member
|
@bors r=GuillaumeGomez,alexcrichton rollup |
Collaborator
|
📌 Commit eb5db6c has been approved by |
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`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
xargotool is in maintenance mode since 2018 and thebuild-stdfeature of cargo already works reasonably well for most use cases.