diff options
| author | Joshua Nelson <github@jyn.dev> | 2022-12-30 20:03:24 +0000 |
|---|---|---|
| committer | Joshua Nelson <github@jyn.dev> | 2022-12-30 20:37:48 +0000 |
| commit | c8c849ef5c4932d5aec5ba6dbf936d3d18856f71 (patch) | |
| tree | 05eeb36c8bf268de6894b9025d288f864dc130fa /tests/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs | |
| parent | cbede85538d3ee59819c5d069ffe8d2dd7931749 (diff) | |
| download | rust-c8c849ef5c4932d5aec5ba6dbf936d3d18856f71.tar.gz rust-c8c849ef5c4932d5aec5ba6dbf936d3d18856f71.zip | |
Use more consistent progress messages in bootstrap
Before:
```
Testing ["rustc_interface"] stage0 (aarch64-unknown-linux-gnu -> aarch64-unknown-linux-gnu)
```
After:
```
Testing {rustc_interface} stage0 (aarch64-unknown-linux-gnu -> aarch64-unknown-linux-gnu)
```
Note there is a slight consistency between `build` and `test`: The
former doesn't print "compiler artifacts". It would be annoying to fix
and doesn't hurt anything, so I left it be.
```
; x t rustc_interface --stage 0 --dry-run
Testing {rustc_interface} stage0 (aarch64-unknown-linux-gnu -> aarch64-unknown-linux-gnu)
; x b rustc_interface --stage 0 --dry-run
Building {rustc_interface} stage0 compiler artifacts (aarch64-unknown-linux-gnu -> aarch64-unknown-linux-gnu)
```
Diffstat (limited to 'tests/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs')
0 files changed, 0 insertions, 0 deletions
