Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Feb 22, 2024
1 parent 76bb2e0 commit fdc7a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mir-opt/instsimplify/combine_transmutes.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// unit-test: InstSimplify
// compile-flags: -C panic=abort

#![crate_type = "lib"]
#![feature(core_intrinsics)]
#![feature(custom_mir)]
#![feature(generic_nonzero)]

use std::intrinsics::mir::*;
use std::mem::{MaybeUninit, ManuallyDrop, transmute};
Expand Down

0 comments on commit fdc7a7f

Please sign in to comment.