Skip to content

Commit

Permalink
Misc fixes to cranelift/clippy/miri
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU committed Jun 5, 2024
1 parent e69aeae commit 699ffd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/intrinsics/simd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
.expect_const()
.eval(*this.tcx, this.param_env(), this.tcx.span)
.unwrap()
.1
.unwrap_branch();
let index_len = index.len();

Expand Down

0 comments on commit 699ffd3

Please sign in to comment.