about summary refs log tree commit diff
path: root/compiler/rustc_query_impl/src
diff options
context:
space:
mode:
authorJoshua Nelson <github@jyn.dev>2022-12-22 13:21:48 -0600
committerJoshua Nelson <github@jyn.dev>2022-12-22 13:23:56 -0600
commit103816d704133fc954344d551af04cb333b03e94 (patch)
treee3f0fe121c7942321cca565912dcfa145bf33297 /compiler/rustc_query_impl/src
parente5e4eef02d443eae5089a330e59a69a4f350db81 (diff)
downloadrust-103816d704133fc954344d551af04cb333b03e94.tar.gz
rust-103816d704133fc954344d551af04cb333b03e94.zip
Avoid running the `Profile` step twice on `x setup`
Prevents runs like the following:
```
$ x setup
Welcome to the Rust project! What do you want to do with x.py?
a) library: Contribute to the standard library
b) compiler: Contribute to the compiler itself
c) codegen: Contribute to the compiler, and also modify LLVM or codegen
d) tools: Contribute to tools which depend on the compiler, but do not modify it directly (e.g. rustdoc, clippy, miri)
e) user: Install Rust from source
Please choose one (a/b/c/d/e): b

To get started, try one of the following commands:
- `x.py check`
- `x.py build`
- `x.py test`
For more suggestions, see https://rustc-dev-guide.rust-lang.org/building/suggested.html
`x.py` will now use the configuration at /home/nilsh/projects/rustfast/src/bootstrap/defaults/config.compiler.toml
Welcome to the Rust project! What do you want to do with x.py?
...
```
Diffstat (limited to 'compiler/rustc_query_impl/src')
0 files changed, 0 insertions, 0 deletions