Skip to content

Commit 01555b1

Browse files
committed
Rebase fallout
1 parent a9df19b commit 01555b1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/bootstrap/check.rs

+2
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ impl Step for Rustfmt {
298298
try_run(build, &mut cargo);
299299
}
300300
}
301+
302+
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
301303
pub struct Miri {
302304
host: Interned<String>,
303305
}

src/bootstrap/tool.rs

+1
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ impl Step for Rustfmt {
484484
tool: "rustfmt",
485485
mode: Mode::Librustc,
486486
path: "src/tools/rustfmt",
487+
expectation: BuildExpectation::None,
487488
})
488489
}
489490
}

0 commit comments

Comments
 (0)