Skip to content

Commit fd12f95

Browse files
authored
Merge pull request #585 from solson/rustup
fix test for latest nightly
2 parents 84b66f0 + 79bdec8 commit fd12f95

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2018-12-21
1+
nightly-2018-12-22

tests/compile-fail/never_transmute_void.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// compile-flags: -Zmiri-disable-validation
33

44
#![feature(never_type)]
5+
#![allow(unused)]
56

67
enum Void {}
78

0 commit comments

Comments
 (0)