Misc fixes to cranelift/clippy/miri
This commit is contained in:
parent
be961b0101
commit
5d0ec8d162
@ -133,6 +133,7 @@ pub(super) fn codegen_simd_intrinsic_call<'tcx>(
|
|||||||
.expect_const()
|
.expect_const()
|
||||||
.eval(fx.tcx, ty::ParamEnv::reveal_all(), span)
|
.eval(fx.tcx, ty::ParamEnv::reveal_all(), span)
|
||||||
.unwrap()
|
.unwrap()
|
||||||
|
.1
|
||||||
.unwrap_branch();
|
.unwrap_branch();
|
||||||
|
|
||||||
assert_eq!(x.layout(), y.layout());
|
assert_eq!(x.layout(), y.layout());
|
||||||
|
Loading…
Reference in New Issue
Block a user