mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
When stamp doesn't exist, should say Error, and print path to stamp file
This commit is contained in:
parent
2a4b00beaa
commit
770d30377a
@ -1433,7 +1433,8 @@ impl Build {
|
||||
|
||||
if !stamp.exists() {
|
||||
eprintln!(
|
||||
"Warning: Unable to find the stamp file, did you try to keep a nonexistent build stage?"
|
||||
"Error: Unable to find the stamp file {}, did you try to keep a nonexistent build stage?",
|
||||
stamp.display()
|
||||
);
|
||||
crate::detail_exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user