fmt
This commit is contained in:
parent
7f414f9c39
commit
74ca1cfb2a
1 changed files with 1 additions and 2 deletions
|
|
@ -639,8 +639,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
|
|||
let (right, right_len) = this.project_to_simd(right)?;
|
||||
let (dest, dest_len) = this.project_to_simd(dest)?;
|
||||
|
||||
let index =
|
||||
generic_args[2].expect_const().to_value().valtree.unwrap_branch();
|
||||
let index = generic_args[2].expect_const().to_value().valtree.unwrap_branch();
|
||||
let index_len = index.len();
|
||||
|
||||
assert_eq!(left_len, right_len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue