We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14fafa commit f74b404Copy full SHA for f74b404
tests/test_cargo_compile_custom_build.rs
@@ -24,7 +24,7 @@ test!(custom_build_script_failed {
24
fn main() {}
25
"#)
26
.file("build.rs", r#"
27
- #![feature(env)]
+ #![feature(exit_status)]
28
fn main() {
29
std::env::set_exit_status(101);
30
}
0 commit comments