about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_unix.rs
diff options
context:
space:
mode:
authorJoshua Nelson <jnelson@cloudflare.com>2022-03-30 18:22:48 -0500
committerJoshua Nelson <jnelson@cloudflare.com>2022-03-30 18:31:51 -0500
commit9f38ce09ae76bf3770f06f6b09d81ddacde36ef0 (patch)
tree2beff9deba3a837dee0cad2228295427b47d2240 /library/std/src/sys/unix/process/process_unix.rs
parent11909e3588319235e28e99294e17cca11db1d7e2 (diff)
downloadrust-9f38ce09ae76bf3770f06f6b09d81ddacde36ef0.tar.gz
rust-9f38ce09ae76bf3770f06f6b09d81ddacde36ef0.zip
Add `x {check,build,doc} {compiler/library}` aliases.
While working on https://github.com/rust-lang/rust/pull/95503,
I realized that this will interfere with existing command lines:
Currently people run `x build library/std` expecting it to be added to the sysroot,
but after that change, it will *only* build `libstd` without making it available
for the toolchain.

It's debatable whether that's a breaking change that will be accepted; if so, this PR is absolutely
necessary to make sure there's a command for "build the standard library and add it to the sysroot".
Even if not, though, I think `x build library` is more clear about what actually happens than the
current `x build library/std`.

For consistency, also add support for `compiler` and all other command variants.  Note that `doc
compiler` was already supported, so in a sense this is just fixing an existing inconsistency.

I plan to change the dev-guide and various instructions in the README to `build library` once this is merged.
Diffstat (limited to 'library/std/src/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions