Skip to content

Commit c77e902

Browse files
committed
rustup (and account for stabilization)
1 parent 394a57f commit c77e902

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
255c0338dc0b02f833fb1a816d76febd50c399c4
1+
0e9e4083100aa3ebf09b8f1ace0348cb37475eb9

src/shims/intrinsics.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use std::iter;
2-
use std::convert::TryFrom;
32

43
use rustc_attr as attr;
54
use rustc_ast::ast::FloatTy;

tests/compile-fail/rc_as_ptr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// This should fail even without validation
22
// compile-flags: -Zmiri-disable-validation
3-
#![feature(weak_into_raw)]
43

54
use std::rc::{Rc, Weak};
65
use std::ptr;

tests/run-pass/rc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(weak_into_raw)]
21
#![feature(new_uninit)]
32
#![feature(get_mut_unchecked)]
43

0 commit comments

Comments
 (0)