Skip to content

Commit

Permalink
Help users where the error message comes from
Browse files Browse the repository at this point in the history
  • Loading branch information
flba-eb committed Dec 4, 2024
1 parent eaff721 commit 66cfc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3979,7 +3979,7 @@ impl Default for Build {
}

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

Expand Down

0 comments on commit 66cfc7d

Please sign in to comment.