Rustup to rustc 1.39.0-nightly (2111aed0a 2019-08-17)

This commit is contained in:
bjorn3 2019-08-18 11:30:13 +02:00
parent 21141eb235
commit 43e68319fa
6 changed files with 9 additions and 11 deletions

View file

@ -154,7 +154,6 @@ fn trans_const_place<'a, 'tcx: 'a>(
let op = ecx.eval_operand(
&Operand::Constant(Box::new(Constant {
span: DUMMY_SP,
ty: const_.ty,
user_ty: None,
literal: const_,
})),
@ -391,7 +390,7 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for TransPlaceInterpreter {
_: mir::BinOp,
_: ImmTy<'tcx>,
_: ImmTy<'tcx>,
) -> InterpResult<'tcx, (Scalar, bool)> {
) -> InterpResult<'tcx, (Scalar, bool, Ty<'tcx>)> {
panic!();
}