about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/parser-slice-array.js
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2023-06-09 17:52:22 -0500
committerjyn <github@jyn.dev>2023-06-09 18:20:38 -0500
commitf531fec41116afef6c814f7c3201519a54083ae8 (patch)
tree204f6ae55dea5b778d6d700cc7d984c27ac233fb /tests/rustdoc-js-std/parser-slice-array.js
parent9610dfe5a9a731ced1ea4923ecbd0c57fe367898 (diff)
downloadrust-f531fec41116afef6c814f7c3201519a54083ae8.tar.gz
rust-f531fec41116afef6c814f7c3201519a54083ae8.zip
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`)
```
Diffstat (limited to 'tests/rustdoc-js-std/parser-slice-array.js')
0 files changed, 0 insertions, 0 deletions