diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-06-11 01:57:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-11 01:57:26 +0200 |
| commit | dbe31bb693b8d7a44a52162132c7e1f4a84cdeb5 (patch) | |
| tree | 5c96fbcfd1ac910c3cdf27605fbf5fe35be7059f /tests/rustdoc-js-std/parser-errors.js | |
| parent | e19a509f8fe93ede778f11338c9f392b3f37bfae (diff) | |
| parent | f531fec41116afef6c814f7c3201519a54083ae8 (diff) | |
| download | rust-dbe31bb693b8d7a44a52162132c7e1f4a84cdeb5.tar.gz rust-dbe31bb693b8d7a44a52162132c7e1f4a84cdeb5.zip | |
Rollup merge of #112477 - jyn514:assemble-info, r=clubby789
Give more helpful progress messages in `Assemble`
Before (download-rustc):
```
# no output
```
After (download-rustc):
```
Creating a sysroot for stage2 compiler (use `rustup toolchain link 'name' build/host/stage2`)
```
Before (compiling from source):
```
Building compiler artifacts (stage0 -> stage1, x86_64-unknown-linux-gnu)
Assembling stage1 compiler
Build stage1 library artifacts (x86_64-unknown-linux-gnu -> i686-unknown-linux-gnu)
Building compiler artifacts (stage0:x86_64-unknown-linux-gnu -> stage1:i686-unknown-linux-gnu)
Assembling stage1 compiler (i686-unknown-linux-gnu)
```
After (compiling from source):
```
Building compiler artifacts (stage0 -> stage1, x86_64-unknown-linux-gnu)
Creating a sysroot for stage1 compiler (use `rustup toolchain link 'name' build/host/stage1`)
Build stage1 library artifacts (x86_64-unknown-linux-gnu)
Building compiler artifacts (stage0:x86_64-unknown-linux-gnu -> stage1:i686-unknown-linux-gnu)
Creating a sysroot for stage1 compiler (i686-unknown-linux-gnu) (use `rustup toolchain link 'name' build/i686-unknown-linux-gnu/stage1`)
```
cc https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/Unable.20to.20compile.20rustc.20MSVC, https://discord.com/channels/273534239310479360/957720175619215380/1116867245499498506
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions
