Skip to content

Commit 4901893

Browse files
committed
Inline callback.
1 parent d278ce1 commit 4901893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_const_eval/src/interpret/machine.rs

+1
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ pub trait Machine<'mir, 'tcx: 'mir>: Sized {
441441
frame: Frame<'mir, 'tcx, Self::Provenance>,
442442
) -> InterpResult<'tcx, Frame<'mir, 'tcx, Self::Provenance, Self::FrameExtra>>;
443443

444+
#[inline(always)]
444445
fn cur_span(ecx: &InterpCx<'mir, 'tcx, Self>) -> Span
445446
where
446447
'tcx: 'mir,

0 commit comments

Comments
 (0)