Merge branch 'master' into rusty-hermit

This commit is contained in:
Stefan Lankes
2019-10-20 10:48:58 +02:00
committed by GitHub
1077 changed files with 17752 additions and 10318 deletions

View File

@@ -1126,7 +1126,7 @@ impl Build {
}
let mut paths = Vec::new();
let contents = t!(fs::read(stamp));
let contents = t!(fs::read(stamp), &stamp);
// This is the method we use for extracting paths from the stamp file passed to us. See
// run_cargo for more information (in compile.rs).
for part in contents.split(|b| *b == 0) {