mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:07:41 +03:00
@@ -683,7 +683,7 @@ pub fn build(&mut self) {
|
||||
|
||||
if !self.config.dry_run() {
|
||||
{
|
||||
// We first to a dry-run. This is a sanity-check to ensure that
|
||||
// We first do a dry-run. This is a sanity-check to ensure that
|
||||
// steps don't do anything expensive in the dry-run.
|
||||
self.config.dry_run = DryRun::SelfCheck;
|
||||
let builder = builder::Builder::new(self);
|
||||
|
||||
Reference in New Issue
Block a user