Trait miri::diagnostics::EvalContextExt
source · [−]pub trait EvalContextExt<'mir, 'tcx: 'mir>: MiriEvalContextExt<'mir, 'tcx> {
fn preprocess_diagnostics(&self) -> TopFrameInfo<'tcx> { ... }
fn process_diagnostics(&self, info: TopFrameInfo<'tcx>) { ... }
fn handle_ice(&self) { ... }
}
Provided Methods
source
fn preprocess_diagnostics(&self) -> TopFrameInfo<'tcx>
sourcefn process_diagnostics(&self, info: TopFrameInfo<'tcx>)
fn process_diagnostics(&self, info: TopFrameInfo<'tcx>)
Emit all diagnostics that were registed with register_diagnostics
sourcefn handle_ice(&self)
fn handle_ice(&self)
We had a panic in Miri itself, try to print something useful.