Skip to content

Commit

Permalink
Merge pull request #736 from rust-lang/rustup
Browse files Browse the repository at this point in the history
prepare for MaybeUninit stabilization
  • Loading branch information
RalfJung authored May 21, 2019
2 parents c2e88b3 + fa70c0e commit 6d65c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
372be4f360ce42b1a10126a711189796f8440ab4
d35181ad8785fa958e43580a29a982afe02c728f
2 changes: 1 addition & 1 deletion tests/run-pass/stacked-borrows/interior_mutability.rs
Original file line number Diff line number Diff line change
@@ -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};

Expand Down

0 comments on commit 6d65c85

Please sign in to comment.