Skip to content

Commit 699ffd3

Browse files
committed
Misc fixes to cranelift/clippy/miri
1 parent e69aeae commit 699ffd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/intrinsics/simd.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
590590
.expect_const()
591591
.eval(*this.tcx, this.param_env(), this.tcx.span)
592592
.unwrap()
593+
.1
593594
.unwrap_branch();
594595
let index_len = index.len();
595596

0 commit comments

Comments
 (0)