Inline callback.
This commit is contained in:
parent
d278ce126c
commit
4901893721
@ -441,6 +441,7 @@ fn init_frame_extra(
|
|||||||
frame: Frame<'mir, 'tcx, Self::Provenance>,
|
frame: Frame<'mir, 'tcx, Self::Provenance>,
|
||||||
) -> InterpResult<'tcx, Frame<'mir, 'tcx, Self::Provenance, Self::FrameExtra>>;
|
) -> InterpResult<'tcx, Frame<'mir, 'tcx, Self::Provenance, Self::FrameExtra>>;
|
||||||
|
|
||||||
|
#[inline(always)]
|
||||||
fn cur_span(ecx: &InterpCx<'mir, 'tcx, Self>) -> Span
|
fn cur_span(ecx: &InterpCx<'mir, 'tcx, Self>) -> Span
|
||||||
where
|
where
|
||||||
'tcx: 'mir,
|
'tcx: 'mir,
|
||||||
|
Loading…
Reference in New Issue
Block a user