Skip to content

Commit 9dfd852

Browse files
borsehuss
authored andcommitted
Auto merge of #8907 - ehuss:auto_traits, r=alexcrichton
Fix custom_target_dependency test. The feature was renamed in rust-lang/rust#79336
1 parent 85a746c commit 9dfd852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/custom_target.rs

Lines changed: 2 additions & 2 deletions
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)