Merge pull request #585 from solson/rustup

fix test for latest nightly
This commit is contained in:
Ralf Jung 2018-12-22 16:29:31 +01:00 committed by GitHub
commit fd12f95305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
nightly-2018-12-21
nightly-2018-12-22

View File

@ -2,6 +2,7 @@
// compile-flags: -Zmiri-disable-validation
#![feature(never_type)]
#![allow(unused)]
enum Void {}