Skip to content

Commit cfd3cee

Browse files
committed
Apply a clearer naming convention to many of the test steps
1 parent 4936174 commit cfd3cee

File tree

4 files changed

+206
-179
lines changed

4 files changed

+206
-179
lines changed

src/bootstrap/src/core/build_steps/compile.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ impl Step for StdLink {
627627
let target_compiler = self.target_compiler;
628628
let target = self.target;
629629

630-
// NOTE: intentionally does *not* check `target == builder.build` to avoid having to add the same check in `test::Crate`.
630+
// NOTE: intentionally does *not* check `target == builder.build` to avoid having to add the same check in `test::SelftestLibraryOrOtherCrate`.
631631
let (libdir, hostdir) = if self.force_recompile && builder.download_rustc() {
632632
// NOTE: copies part of `sysroot_libdir` to avoid having to add a new `force_recompile` argument there too
633633
let lib = builder.sysroot_libdir_relative(self.compiler);

0 commit comments

Comments
 (0)