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.
2 parents 12c107a + 8d230f9 commit 502ced2Copy full SHA for 502ced2
tests/testsuite/custom_target.rs
@@ -62,7 +62,7 @@ fn custom_target_minimal() {
62
#[cargo_test]
63
fn custom_target_dependency() {
64
if !is_nightly() {
65
- // Requires features no_core, lang_items, optin_builtin_traits
+ // Requires features no_core, lang_items, auto_traits
66
return;
67
}
68
let p = project()
@@ -84,7 +84,7 @@ fn custom_target_dependency() {
84
r#"
85
#![feature(no_core)]
86
#![feature(lang_items)]
87
- #![feature(optin_builtin_traits)]
+ #![feature(auto_traits)]
88
#![no_core]
89
90
extern crate bar;
0 commit comments