Rustup to rustc 1.41.0-nightly (25d8a9494
2019-11-29)
This commit is contained in:
parent
65f69d1085
commit
f0bb30f8a1
1 changed files with 3 additions and 5 deletions
|
@ -411,8 +411,7 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for TransPlaceInterpreter {
|
||||||
_: &mut InterpCx<'mir, 'tcx, Self>,
|
_: &mut InterpCx<'mir, 'tcx, Self>,
|
||||||
_: Instance<'tcx>,
|
_: Instance<'tcx>,
|
||||||
_: &[OpTy<'tcx>],
|
_: &[OpTy<'tcx>],
|
||||||
_: Option<PlaceTy<'tcx>>,
|
_: Option<(PlaceTy<'tcx>, BasicBlock)>,
|
||||||
_: Option<BasicBlock>,
|
|
||||||
_: Option<BasicBlock>,
|
_: Option<BasicBlock>,
|
||||||
) -> InterpResult<'tcx, Option<&'mir Body<'tcx>>> {
|
) -> InterpResult<'tcx, Option<&'mir Body<'tcx>>> {
|
||||||
panic!();
|
panic!();
|
||||||
|
@ -423,8 +422,7 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for TransPlaceInterpreter {
|
||||||
_: Span,
|
_: Span,
|
||||||
_: Instance<'tcx>,
|
_: Instance<'tcx>,
|
||||||
_: &[OpTy<'tcx>],
|
_: &[OpTy<'tcx>],
|
||||||
_: Option<PlaceTy<'tcx>>,
|
_: Option<(PlaceTy<'tcx>, BasicBlock)>,
|
||||||
_: Option<BasicBlock>,
|
|
||||||
_: Option<BasicBlock>,
|
_: Option<BasicBlock>,
|
||||||
) -> InterpResult<'tcx> {
|
) -> InterpResult<'tcx> {
|
||||||
panic!();
|
panic!();
|
||||||
|
@ -468,7 +466,7 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for TransPlaceInterpreter {
|
||||||
_: &mut InterpCx<'mir, 'tcx, Self>,
|
_: &mut InterpCx<'mir, 'tcx, Self>,
|
||||||
_: !,
|
_: !,
|
||||||
_: &[OpTy<'tcx, ()>],
|
_: &[OpTy<'tcx, ()>],
|
||||||
_: Option<PlaceTy<'tcx, ()>>,
|
_: Option<(PlaceTy<'tcx, ()>, BasicBlock)>,
|
||||||
_: Option<BasicBlock>,
|
_: Option<BasicBlock>,
|
||||||
) -> InterpResult<'tcx> {
|
) -> InterpResult<'tcx> {
|
||||||
unreachable!();
|
unreachable!();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue