diff --git a/integration-tests/tests/cpprefs_test.rs b/integration-tests/tests/cpprefs_test.rs index ffd12bf0f..a42d93186 100644 --- a/integration-tests/tests/cpprefs_test.rs +++ b/integration-tests/tests/cpprefs_test.rs @@ -39,7 +39,7 @@ fn run_cpprefs_test( None, "unsafe_references_wrapped", Some(quote! { - #![feature(arbitrary_self_types)] + #![feature(arbitrary_self_types_pointers)] }), ) .unwrap()