We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4936174 commit cfd3ceeCopy full SHA for cfd3cee
src/bootstrap/src/core/build_steps/compile.rs
@@ -627,7 +627,7 @@ impl Step for StdLink {
627
let target_compiler = self.target_compiler;
628
let target = self.target;
629
630
- // NOTE: intentionally does *not* check `target == builder.build` to avoid having to add the same check in `test::Crate`.
+ // NOTE: intentionally does *not* check `target == builder.build` to avoid having to add the same check in `test::SelftestLibraryOrOtherCrate`.
631
let (libdir, hostdir) = if self.force_recompile && builder.download_rustc() {
632
// NOTE: copies part of `sysroot_libdir` to avoid having to add a new `force_recompile` argument there too
633
let lib = builder.sysroot_libdir_relative(self.compiler);
0 commit comments