Inline callback.
This commit is contained in:
@@ -441,6 +441,7 @@ pub trait Machine<'mir, 'tcx: 'mir>: Sized {
|
|||||||
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user