From 86915ddf308bf4e4d4cb17fe0b2d7f12cd591328 Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Sat, 31 Mar 2018 20:32:40 -0600 Subject: Remove filetime dep from build_helper --- src/bootstrap/compile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootstrap') 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 } -- cgit 1.4.1-3-g733a5