Skip to content

Commit bd340a8

Browse files
committed
Dummy change to bootstrap, to see if that's what was changing things
1 parent 43e3efa commit bd340a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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

0 commit comments

Comments
 (0)