diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-06-13 21:36:00 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-13 21:36:00 +0200 | 
| commit | 68cb0a7c0be9af6f130674ac70bd1a59844fe642 (patch) | |
| tree | 31e943b57f9558507909c6dc7c7ea03f63fb9551 /src/librustdoc/scrape_examples.rs | |
| parent | 3f17cd7cbbdecad5c76b9876096d3cfaf0740476 (diff) | |
| parent | af8c1e303f16b032655eaa15587adbdccaac7f3e (diff) | |
| download | rust-68cb0a7c0be9af6f130674ac70bd1a59844fe642.tar.gz rust-68cb0a7c0be9af6f130674ac70bd1a59844fe642.zip | |
Rollup merge of #98054 - ferrocene:pa-fix-llvm-download-spaces, r=jyn514
Fix error message for `download-ci-llvm` The error message when `download-ci-llvm` fails includes too many newlines right now: ``` curl: (22) The requested URL returned error: 404 error: failed to download llvm from ci help: old builds get deleted after a certain time help: if trying to compile an old commit of rustc, disable `download-ci-llvm` in config.toml: [llvm] download-ci-llvm = false Build completed unsuccessfully in 0:01:15 ``` This PR fixes the message to include the right amount of newlines: ``` curl: (22) The requested URL returned error: 404 error: failed to download llvm from ci help: old builds get deleted after a certain time help: if trying to compile an old commit of rustc, disable `download-ci-llvm` in config.toml: [llvm] download-ci-llvm = false Build completed unsuccessfully in 0:00:07 ``` r? `@jyn514`
Diffstat (limited to 'src/librustdoc/scrape_examples.rs')
0 files changed, 0 insertions, 0 deletions
