Skip to content

Commit

Permalink
Merge pull request #585 from solson/rustup
Browse files Browse the repository at this point in the history
fix test for latest nightly
  • Loading branch information
RalfJung authored Dec 22, 2018
2 parents 84b66f0 + 79bdec8 commit fd12f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2018-12-21
nightly-2018-12-22
1 change: 1 addition & 0 deletions tests/compile-fail/never_transmute_void.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// compile-flags: -Zmiri-disable-validation

#![feature(never_type)]
#![allow(unused)]

enum Void {}

Expand Down

0 comments on commit fd12f95

Please sign in to comment.