Skip to content

Commit ad2a929

Browse files
authored
Unrolled build for rust-lang#131941
Rollup merge of rust-lang#131941 - lolbinarycat:compiletest-need-html-tidy, r=clubby789 compiletest: disambiguate html-tidy from rust tidy tool when i first saw this error message i was very confused, i thought it was talking about `src/tools/tidy`. now it should be much more clear what tool should be installed.
2 parents 54791ef + 53974b1 commit ad2a929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn main() {
1919
let config = Arc::new(parse_config(env::args().collect()));
2020

2121
if !config.has_tidy && config.mode == Mode::Rustdoc {
22-
eprintln!("warning: `tidy` is not installed; diffs will not be generated");
22+
eprintln!("warning: `tidy` (html-tidy.org) is not installed; diffs will not be generated");
2323
}
2424

2525
if !config.profiler_runtime && config.mode == Mode::CoverageRun {

0 commit comments

Comments
 (0)