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.
1 parent f761450 commit 0c85dbfCopy full SHA for 0c85dbf
tests/run-pass/stacked-borrows/interior_mutability.rs
@@ -1,4 +1,4 @@
1
-#![feature(maybe_uninit, maybe_uninit_ref)]
+#![feature(maybe_uninit_extra, maybe_uninit_ref)]
2
use std::mem::MaybeUninit;
3
use std::cell::{Cell, RefCell, UnsafeCell};
4
0 commit comments