Rustup to rustc 1.36.0-nightly (3c3d3c177
2019-04-17)
This commit is contained in:
parent
96a3f5db69
commit
dd21922f31
1 changed files with 5 additions and 5 deletions
|
@ -407,12 +407,12 @@ impl<'a, 'mir, 'tcx> Machine<'a, 'mir, 'tcx> for TransPlaceInterpreter {
|
||||||
Cow::Borrowed(alloc)
|
Cow::Borrowed(alloc)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn tag_new_allocation(
|
fn new_allocation(
|
||||||
_: &mut InterpretCx<'a, 'mir, 'tcx, Self>,
|
_: Size,
|
||||||
ptr: Pointer,
|
_: &(),
|
||||||
_: MemoryKind<!>,
|
_: MemoryKind<!>,
|
||||||
) -> Pointer {
|
) -> ((), ()) {
|
||||||
ptr
|
((), ())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn stack_push(_: &mut InterpretCx<'a, 'mir, 'tcx, Self>) -> EvalResult<'tcx> {
|
fn stack_push(_: &mut InterpretCx<'a, 'mir, 'tcx, Self>) -> EvalResult<'tcx> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue