Skip to content

Commit f8a105c

Browse files
committed
Fix bootstrap tracing mode
1 parent 6bf0ab7 commit f8a105c

File tree

1 file changed

+2
-2
lines changed
  • src/bootstrap/src/core/builder

1 file changed

+2
-2
lines changed

src/bootstrap/src/core/builder/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,8 +1331,8 @@ impl<'a> Builder<'a> {
13311331
target = "STD",
13321332
skip_all,
13331333
fields(
1334-
stage = stage,
1335-
host = ?host,
1334+
compiler = ?compiler,
1335+
target = ?target,
13361336
),
13371337
),
13381338
)]

0 commit comments

Comments
 (0)