We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf7c29 commit 224378cCopy full SHA for 224378c
src/tools/build-manifest/src/main.rs
@@ -384,7 +384,8 @@ impl Builder {
384
File::open(self.input.join("toolstates-linux.json")).ok()
385
.and_then(|f| serde_json::from_reader(&f).ok());
386
let toolstates = toolstates.unwrap_or_else(|| {
387
- println!("WARNING: `toolstates-linux.json` missing; assuming all tools failed");
+ println!("WARNING: `toolstates-linux.json` missing/malformed; \
388
+ assuming all tools failed");
389
HashMap::default() // Use empty map if anything went wrong.
390
});
391
// Mark some tools as missing based on toolstate.
0 commit comments