Run RustFmt
This commit is contained in:
parent
d0dc9323e1
commit
dca0a339dc
@ -625,7 +625,10 @@ impl<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>> FunctionCx<'a, 'tcx, Bx> {
|
|||||||
projection: &[],
|
projection: &[],
|
||||||
} = place.as_ref()
|
} = place.as_ref()
|
||||||
{
|
{
|
||||||
let c = bx.tcx().const_eval_promoted(Instance::new(def_id, self.monomorphize(&substs)), promoted);
|
let c = bx.tcx().const_eval_promoted(
|
||||||
|
Instance::new(def_id, self.monomorphize(&substs)),
|
||||||
|
promoted,
|
||||||
|
);
|
||||||
let (llval, ty) = self.simd_shuffle_indices(
|
let (llval, ty) = self.simd_shuffle_indices(
|
||||||
&bx,
|
&bx,
|
||||||
terminator.source_info.span,
|
terminator.source_info.span,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user