Skip to content

Commit 6d65c85

Browse files
authored
Merge pull request #736 from rust-lang/rustup
prepare for MaybeUninit stabilization
2 parents c2e88b3 + fa70c0e commit 6d65c85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
372be4f360ce42b1a10126a711189796f8440ab4
1+
d35181ad8785fa958e43580a29a982afe02c728f

tests/run-pass/stacked-borrows/interior_mutability.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(maybe_uninit, maybe_uninit_ref)]
1+
#![feature(maybe_uninit_extra, maybe_uninit_ref)]
22
use std::mem::MaybeUninit;
33
use std::cell::{Cell, RefCell, UnsafeCell};
44

0 commit comments

Comments
 (0)