about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/interface.rs
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2023-06-25 09:35:59 -0500
committerjyn <github@jyn.dev>2023-06-25 09:40:30 -0500
commitbd36f636cb967a46b6d8d2f93f5f5a9f3bb85fad (patch)
tree3164894b9f4c137af5dec80e3b3656a5e8efa40a /compiler/rustc_interface/src/interface.rs
parent1d67eba6873b1d551a259a0bbc1e2651b4443e12 (diff)
downloadrust-bd36f636cb967a46b6d8d2f93f5f5a9f3bb85fad.tar.gz
rust-bd36f636cb967a46b6d8d2f93f5f5a9f3bb85fad.zip
Switch some more Steps to `builder.msg`
In particular, this hides compiletest suites under a dropdown - some builders are configured with `verbose-tests`, which makes the suites take up many thousands of lines.

before:
```
Documenting stage1 cargo (x86_64-unknown-linux-gnu)
Check compiletest suite=rustdoc-js mode=js-doc-test (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
```

after:
```
::group::Documenting stage1 cargo (x86_64-unknown-linux-gnu)
::group::Testing stage1 compiletest suite=rustdoc-js mode=js-doc-test (x86_64-unknown-linux-gnu)
```
Diffstat (limited to 'compiler/rustc_interface/src/interface.rs')
0 files changed, 0 insertions, 0 deletions