mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
Merge pull request #736 from rust-lang/rustup
prepare for MaybeUninit stabilization
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
372be4f360ce42b1a10126a711189796f8440ab4
|
||||
d35181ad8785fa958e43580a29a982afe02c728f
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![feature(maybe_uninit, maybe_uninit_ref)]
|
||||
#![feature(maybe_uninit_extra, maybe_uninit_ref)]
|
||||
use std::mem::MaybeUninit;
|
||||
use std::cell::{Cell, RefCell, UnsafeCell};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user