Merge pull request #736 from rust-lang/rustup
prepare for MaybeUninit stabilization
This commit is contained in:
commit
6d65c8553a
2 changed files with 2 additions and 2 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue