Skip to content

Commit 3b8b6aa

Browse files
committed
Auto merge of #2103 - RalfJung:rustup, r=RalfJung
rustup
2 parents 64eedc1 + 9605ae8 commit 3b8b6aa

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18b53cefdf7456bf68937b08e377b7e622a115c2
1+
9a251644fa2adde5f46eea8d342b7e60e4716039

src/bin/miri.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(rustc_private, bool_to_option, stmt_expr_attributes)]
1+
#![feature(rustc_private, stmt_expr_attributes)]
22
#![allow(clippy::manual_range_contains)]
33

44
extern crate rustc_data_structures;

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#![feature(never_type)]
55
#![feature(try_blocks)]
66
#![feature(let_else)]
7-
#![feature(bool_to_option)]
87
#![feature(io_error_more)]
98
#![warn(rust_2018_idioms)]
109
#![allow(

tests/run-pass/stacked-borrows/2phase.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// compile-flags: -Zmiri-tag-raw-pointers
2-
#![allow(mutable_borrow_reservation_conflict)]
32

43
trait S: Sized {
54
fn tpb(&mut self, _s: Self) {}

0 commit comments

Comments
 (0)