Skip to content

Commit 502ced2

Browse files
committed
Auto merge of #8907 - ehuss:auto_traits, r=alexcrichton
Fix custom_target_dependency test. The feature was renamed in rust-lang/rust#79336
2 parents 12c107a + 8d230f9 commit 502ced2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/custom_target.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn custom_target_minimal() {
6262
#[cargo_test]
6363
fn custom_target_dependency() {
6464
if !is_nightly() {
65-
// Requires features no_core, lang_items, optin_builtin_traits
65+
// Requires features no_core, lang_items, auto_traits
6666
return;
6767
}
6868
let p = project()
@@ -84,7 +84,7 @@ fn custom_target_dependency() {
8484
r#"
8585
#![feature(no_core)]
8686
#![feature(lang_items)]
87-
#![feature(optin_builtin_traits)]
87+
#![feature(auto_traits)]
8888
#![no_core]
8989
9090
extern crate bar;

0 commit comments

Comments
 (0)