Inline callback.

This commit is contained in:
Camille GILLOT 2023-09-09 16:35:49 +00:00
parent d278ce126c
commit 4901893721
1 changed files with 1 additions and 0 deletions

View File

@ -441,6 +441,7 @@ pub trait Machine<'mir, 'tcx: 'mir>: Sized {
frame: Frame<'mir, 'tcx, Self::Provenance>,
) -> InterpResult<'tcx, Frame<'mir, 'tcx, Self::Provenance, Self::FrameExtra>>;
#[inline(always)]
fn cur_span(ecx: &InterpCx<'mir, 'tcx, Self>) -> Span
where
'tcx: 'mir,