Skip to content

Commit 66cfc7d

Browse files
committed
Help users where the error message comes from
1 parent eaff721 commit 66cfc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3979,7 +3979,7 @@ impl Default for Build {
39793979
}
39803980

39813981
fn fail(s: &str) -> ! {
3982-
eprintln!("\n\nerror occurred: {}\n\n", s);
3982+
eprintln!("\n\nerror occurred in cc-rs: {}\n\n", s);
39833983
std::process::exit(1);
39843984
}
39853985

0 commit comments

Comments
 (0)