rustup (and account for stabilization)

This commit is contained in:
Ralf Jung 2020-05-30 09:14:56 +02:00
parent 394a57fc22
commit c77e9022d5
4 changed files with 1 additions and 4 deletions

View File

@ -1 +1 @@
255c0338dc0b02f833fb1a816d76febd50c399c4
0e9e4083100aa3ebf09b8f1ace0348cb37475eb9

View File

@ -1,5 +1,4 @@
use std::iter;
use std::convert::TryFrom;
use rustc_attr as attr;
use rustc_ast::ast::FloatTy;

View File

@ -1,6 +1,5 @@
// This should fail even without validation
// compile-flags: -Zmiri-disable-validation
#![feature(weak_into_raw)]
use std::rc::{Rc, Weak};
use std::ptr;

View File

@ -1,4 +1,3 @@
#![feature(weak_into_raw)]
#![feature(new_uninit)]
#![feature(get_mut_unchecked)]