rustup
This commit is contained in:
parent
64eedc1afa
commit
9605ae807d
@ -1 +1 @@
|
|||||||
18b53cefdf7456bf68937b08e377b7e622a115c2
|
9a251644fa2adde5f46eea8d342b7e60e4716039
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#![feature(rustc_private, bool_to_option, stmt_expr_attributes)]
|
#![feature(rustc_private, stmt_expr_attributes)]
|
||||||
#![allow(clippy::manual_range_contains)]
|
#![allow(clippy::manual_range_contains)]
|
||||||
|
|
||||||
extern crate rustc_data_structures;
|
extern crate rustc_data_structures;
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
#![feature(never_type)]
|
#![feature(never_type)]
|
||||||
#![feature(try_blocks)]
|
#![feature(try_blocks)]
|
||||||
#![feature(let_else)]
|
#![feature(let_else)]
|
||||||
#![feature(bool_to_option)]
|
|
||||||
#![feature(io_error_more)]
|
#![feature(io_error_more)]
|
||||||
#![warn(rust_2018_idioms)]
|
#![warn(rust_2018_idioms)]
|
||||||
#![allow(
|
#![allow(
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
// compile-flags: -Zmiri-tag-raw-pointers
|
// compile-flags: -Zmiri-tag-raw-pointers
|
||||||
#![allow(mutable_borrow_reservation_conflict)]
|
|
||||||
|
|
||||||
trait S: Sized {
|
trait S: Sized {
|
||||||
fn tpb(&mut self, _s: Self) {}
|
fn tpb(&mut self, _s: Self) {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user