Function rustc_const_eval::const_eval::get_span_and_frames
source · pub fn get_span_and_frames<'tcx, 'mir>(
tcx: TyCtxtAt<'tcx>,
stack: &[Frame<'mir, 'tcx, impl Provenance, impl Sized>]
) -> (Span, Vec<FrameNote>)where
'tcx: 'mir,