We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ded41b commit 989f4e0Copy full SHA for 989f4e0
src/bootstrap/src/core/builder/mod.rs
@@ -729,7 +729,7 @@ impl Step for Libdir {
729
let sysroot_target_libdir = sysroot.join(self.target).join("lib");
730
builder.do_if_verbose(|| {
731
eprintln!(
732
- "HERE Removing sysroot {} to avoid caching bugs",
+ "Removing sysroot {} to avoid caching bugs",
733
sysroot_target_libdir.display()
734
)
735
});
0 commit comments