Skip to content

Commit 1d70b66

Browse files
committed
rustbuild: Don't require cross-compiled error index
All architectures use the same errors, no need to cross-compile a version only to not look at it.
1 parent 7007a44 commit 1d70b66

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/bootstrap/doc.rs

-5
Original file line numberDiff line numberDiff line change
@@ -669,11 +669,6 @@ impl Step for ErrorIndex {
669669
let build = builder.build;
670670
let target = self.target;
671671

672-
builder.ensure(compile::Rustc {
673-
compiler: builder.compiler(0, build.build),
674-
target,
675-
});
676-
677672
println!("Documenting error index ({})", target);
678673
let out = build.doc_out(target);
679674
t!(fs::create_dir_all(&out));

0 commit comments

Comments
 (0)