Inline callback.
This commit is contained in:
parent
d278ce126c
commit
4901893721
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue