Uh oh!
There was an error while loading. Please reload this page.
Don't show HTML diff if tidy isn't installed for rustdoc tests - #83228
Conversation
jyn514
commented
Mar 17, 2021
Can you also change https://github.com/rust-lang/rust/blob/3e262ae01b01ad5f143a61235b51424bf039813c/src/tools/compiletest/src/main.rs#L47 to say "diffs will not be generated" instead of "diffs will be harder to read"? And post a snippet of the output? |
GuillaumeGomez
commented
Mar 17, 2021
Ah sure. Need to uninstall |
3e262ae to
ee98c6fCompareGuillaumeGomez
commented
Mar 17, 2021
Here it is: |
jyn514
commented
Mar 17, 2021
FYI you can just remove it from path by running |
jyn514
commented
Mar 17, 2021
@bors r+ |
bors
commented
Mar 17, 2021
📌 Commit ee98c6f has been approved by |
GuillaumeGomez
commented
Mar 17, 2021
Simply removing/putting back did the trick. Thanks for the info though! ;) |
…r=jyn514 Don't show HTML diff if tidy isn't installed for rustdoc tests The output without the `tidy` tool is just way too big to be of any use. It makes reading the error much more complicated. r? `@jyn514`
Rollup of 11 pull requests Successful merges: - rust-lang#82191 (Vec::dedup_by optimization) - rust-lang#82270 (Emit error when trying to use assembler syntax directives in `asm!`) - rust-lang#82434 (Add more links between hash and btree collections) - rust-lang#83080 (Make source-based code coverage compatible with MIR inlining) - rust-lang#83168 (Extend `proc_macro_back_compat` lint to `procedural-masquerade`) - rust-lang#83192 (ci/docker: Add SDK/NDK level 21 to android docker for 32bit platforms) - rust-lang#83204 (Simplify C compilation for Fortanix-SGX target) - rust-lang#83216 (Allow registering tool lints with `register_tool`) - rust-lang#83223 (Display error details when a `mmap` call fails) - rust-lang#83228 (Don't show HTML diff if tidy isn't installed for rustdoc tests) - rust-lang#83231 (Switch riscvgc-unknown-none-elf use lp64d ABI) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The output without the
tidytool is just way too big to be of any use. It makes reading the error much more complicated.r? @jyn514