Merge pull request #736 from rust-lang/rustup

prepare for MaybeUninit stabilization
This commit is contained in:
Ralf Jung 2019-05-21 09:57:44 +02:00 committed by GitHub
commit 6d65c8553a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
372be4f360ce42b1a10126a711189796f8440ab4
d35181ad8785fa958e43580a29a982afe02c728f

View file

@ -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};