Skip to content

Commit 6995904

Browse files
committed
fix incorrect tracing log
Previous information is not correct. Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent d2b52c5 commit 6995904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ impl Step for Std {
197197
trace!(
198198
?compiler_to_use,
199199
?compiler,
200-
"compiler != compiler_to_use, handling cross-compile scenario"
200+
"compiler != compiler_to_use, uplifting library"
201201
);
202202

203203
builder.ensure(Std::new(compiler_to_use, target));

0 commit comments

Comments
 (0)