Skip to content

Commit

Permalink
Auto merge of #1714 - RalfJung:rustup, r=RalfJung
Browse files Browse the repository at this point in the history
rustup

Fixes #1711
  • Loading branch information
bors committed Feb 17, 2021
2 parents 776644c + a5a751e commit b84b3a0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
42a4673fbd40b09a99d057eaa9b3e5579b54c184
a143517d44cac50b20cbd3a0b579addab40dd399
1 change: 0 additions & 1 deletion tests/compile-fail/validity/execute_memory.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// ignore-test FIXME (Miri issue #1711)
#![feature(box_syntax)]

fn main() {
Expand Down
1 change: 0 additions & 1 deletion tests/compile-fail/validity/invalid_fnptr_uninit.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// ignore-test FIXME (Miri issue #1711)
#![allow(invalid_value)]

union MyUninit {
Expand Down

0 comments on commit b84b3a0

Please sign in to comment.