Skip to content

Commit 285a585

Browse files
committed
Auto merge of #912 - RalfJung:rustup, r=RalfJung
fix test failure due to my own lint
2 parents b5c70e9 + 94cd0ce commit 285a585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2111aed0a38c819acb140c7153e9366964a37f2f
1+
ef1ecbefb8719e408150738664d443a73f757ffd

tests/compile-fail/never_transmute_void.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// compile-flags: -Zmiri-disable-validation
33

44
#![feature(never_type)]
5-
#![allow(unused)]
5+
#![allow(unused, invalid_value)]
66

77
enum Void {}
88

0 commit comments

Comments
 (0)