Skip to content

Commit daf59ae

Browse files
committed
rustup
1 parent 9493d8d commit daf59ae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21265dd0d209e7b682f249a3a45034f02d32650b
1+
1536a53ea4798df052dc31a611c2f29c8f529be7

tests/fail/invalid_bool.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Make sure we find these even with many checks disabled.
33
//@compile-flags: -Zmiri-disable-alignment-check -Zmiri-disable-stacked-borrows -Zmiri-disable-validation
44

5-
65
fn main() {
76
let b = unsafe { std::mem::transmute::<u8, bool>(2) };
87
let _x = b == std::hint::black_box(true); //~ ERROR: interpreting an invalid 8-bit value as a bool

0 commit comments

Comments
 (0)