Skip to content

Commit f74b404

Browse files
committed
fixed feature attribute
1 parent a14fafa commit f74b404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cargo_compile_custom_build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test!(custom_build_script_failed {
2424
fn main() {}
2525
"#)
2626
.file("build.rs", r#"
27-
#![feature(env)]
27+
#![feature(exit_status)]
2828
fn main() {
2929
std::env::set_exit_status(101);
3030
}

0 commit comments

Comments
 (0)