##// END OF EJS Templates
rust-cpython: don't swallow the dirstate error message...
rust-cpython: don't swallow the dirstate error message In case we do get a dirstate error, we want to get the full error message and not just an opaque `Dirstate error`.

File last commit:

r45179:1f5ab1a9 default
r52511:ccf5c440 stable
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}