diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-03-31 20:32:40 -0600 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-04-01 04:49:21 -0600 |
| commit | 86915ddf308bf4e4d4cb17fe0b2d7f12cd591328 (patch) | |
| tree | 00c6b1ee75c01de6082fa4f184d22cf8e8c3751a /src/bootstrap | |
| parent | 517f24025a04e09936a6d07dc5298ca2b9371329 (diff) | |
| download | rust-86915ddf308bf4e4d4cb17fe0b2d7f12cd591328.tar.gz rust-86915ddf308bf4e4d4cb17fe0b2d7f12cd591328.zip | |
Remove filetime dep from build_helper
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/compile.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs index 9f33935b6e9..e6aa78fba52 100644 --- a/src/bootstrap/compile.rs +++ b/src/bootstrap/compile.rs @@ -1120,7 +1120,7 @@ pub fn run_cargo(build: &Build, cargo: &mut Command, stamp: &Path, is_check: boo let max = max.unwrap(); let max_path = max_path.unwrap(); if stamp_contents == new_contents && max <= stamp_mtime { - build.verbose(&format!("not updating {:?}; contents equal and {} <= {}", + build.verbose(&format!("not updating {:?}; contents equal and {:?} <= {:?}", stamp, max, stamp_mtime)); return deps } |
