Skip to content

rustup #2103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2022
Merged

rustup #2103

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18b53cefdf7456bf68937b08e377b7e622a115c2
9a251644fa2adde5f46eea8d342b7e60e4716039
2 changes: 1 addition & 1 deletion src/bin/miri.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(rustc_private, bool_to_option, stmt_expr_attributes)]
#![feature(rustc_private, stmt_expr_attributes)]
#![allow(clippy::manual_range_contains)]

extern crate rustc_data_structures;
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![feature(never_type)]
#![feature(try_blocks)]
#![feature(let_else)]
#![feature(bool_to_option)]
#![feature(io_error_more)]
#![warn(rust_2018_idioms)]
#![allow(
Expand Down
1 change: 0 additions & 1 deletion tests/run-pass/stacked-borrows/2phase.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// compile-flags: -Zmiri-tag-raw-pointers
#![allow(mutable_borrow_reservation_conflict)]

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