Skip to content

Commit

Permalink
Further fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Sep 8, 2024
1 parent ac8a3eb commit ee3b356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/tests/cpprefs_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fn run_cpprefs_test(
None,
"unsafe_references_wrapped",
Some(quote! {
#![feature(arbitrary_self_types)]
#![feature(arbitrary_self_types_pointers)]
}),
)
.unwrap()
Expand Down

0 comments on commit ee3b356

Please sign in to comment.