pub fn get_span_and_frames<'tcx, 'mir, M: Machine<'mir, 'tcx>>(
    ecx: &InterpCx<'mir, 'tcx, M>
) -> (Span, Vec<FrameNote>)where
    'tcx: 'mir,