about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-06-02 14:03:37 +0000
committerbors <bors@rust-lang.org>2023-06-02 14:03:37 +0000
commita9baa16482ba4100df529ccba39c787f27ad0475 (patch)
tree9328392819b9315913aad38787ebcf34682c8156 /compiler/rustc_codegen_gcc
parent0939ec13d88dfafcbb7f25314bd0d2f1519bf0d5 (diff)
parent38c0ba7d0dbb2ad69650e959050987a628037344 (diff)
downloadrust-a9baa16482ba4100df529ccba39c787f27ad0475.tar.gz
rust-a9baa16482ba4100df529ccba39c787f27ad0475.zip
Auto merge of #112152 - jyn514:doc-msg, r=clubby789
Fix the progress message for `x doc rustc`

This makes it more clear that we're using stage 0 *to document* rustc, not that we're documenting stage0 rustc itself.

It also fixes a bug in `msg_sysroot_tool` that would print `Docing`, and removes the `Debug` impl for `Kind` to make sure it doesn't happen again.

Before:
```
Documenting stage0 compiler {rustc-main} (aarch64-apple-darwin)
```

After:
```
Documenting compiler {rustc-main} (stage0 -> stage1, aarch64-apple-darwin)
```

thanks `@BoxyUwU` for catching this!
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions