mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Rustup to rustc 1.41.0-nightly (25d8a9494
2019-11-29)
This commit is contained in:
parent
65f69d1085
commit
f0bb30f8a1
@ -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…
Reference in New Issue
Block a user