Skip to content

Commit 39a0abe

Browse files
committed
Auto merge of #1714 - RalfJung:rustup, r=RalfJung
rustup Fixes #1711
2 parents 776644c + a5a751e commit 39a0abe

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
42a4673fbd40b09a99d057eaa9b3e5579b54c184
1+
a143517d44cac50b20cbd3a0b579addab40dd399

tests/compile-fail/validity/execute_memory.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ignore-test FIXME (Miri issue #1711)
21
#![feature(box_syntax)]
32

43
fn main() {

tests/compile-fail/validity/invalid_fnptr_uninit.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ignore-test FIXME (Miri issue #1711)
21
#![allow(invalid_value)]
32

43
union MyUninit {

0 commit comments

Comments
 (0)