Skip to content

Commit ee3b356

Browse files
committed
Further fix.
1 parent ac8a3eb commit ee3b356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/tests/cpprefs_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fn run_cpprefs_test(
3939
None,
4040
"unsafe_references_wrapped",
4141
Some(quote! {
42-
#![feature(arbitrary_self_types)]
42+
#![feature(arbitrary_self_types_pointers)]
4343
}),
4444
)
4545
.unwrap()

0 commit comments

Comments
 (0)