Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 69e54fd

Browse files
committed
Auto merge of rust-lang#138197 - Zalathar:assemble-cycle, r=<try>
(DO NOT MERGE) Investigating bootstrap cycle r? ghost try-job: aarch64-apple
2 parents f5a1ef7 + bd340a8 commit 69e54fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,7 @@ impl Step for Rustc {
992992
}
993993

994994
fn make_run(run: RunConfig<'_>) {
995+
// dummy change
995996
let crates = run.cargo_crates_in_set();
996997
run.builder.ensure(Rustc {
997998
compiler: run
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ revisions: blank bad
2-
//@ [blank] compile-flags: -Cinstrument-coverage=
2+
//@ [blank] compile-flags: -Cinstrument-coverage=_
33
//@ [bad] compile-flags: -Cinstrument-coverage=bad-value
44

55
fn main() {}

0 commit comments

Comments
 (0)