Skip to content

Commit 0c85dbf

Browse files
committed
prepare for MaybeUninit stabilization
1 parent f761450 commit 0c85dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-pass/stacked-borrows/interior_mutability.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(maybe_uninit, maybe_uninit_ref)]
1+
#![feature(maybe_uninit_extra, maybe_uninit_ref)]
22
use std::mem::MaybeUninit;
33
use std::cell::{Cell, RefCell, UnsafeCell};
44

0 commit comments

Comments
 (0)