about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorjyn <jyn.nelson@redjack.com>2023-05-31 16:05:12 -0500
committerjyn <jyn.nelson@redjack.com>2023-05-31 16:15:55 -0500
commit38c0ba7d0dbb2ad69650e959050987a628037344 (patch)
treea6a368f6682fc5d6c7384bb2877d691cd27c03c2 /compiler/rustc_codegen_gcc
parent871b5952023139738f72eba235063575062bc2e9 (diff)
downloadrust-38c0ba7d0dbb2ad69650e959050987a628037344.tar.gz
rust-38c0ba7d0dbb2ad69650e959050987a628037344.zip
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)
```
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions