Home
last modified time | relevance | path

Searched defs:FrameNote (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_const_eval/src/
Derrors.rs258 pub struct FrameNote { struct
260 pub span: Span,
261 pub times: i32,
262 pub where_: &'static str,
263 pub instance: String,
/third_party/rust/rust/compiler/rustc_const_eval/src/const_eval/
Derror.rs131 C: FnOnce() -> (Span, Vec<FrameNote>), in report()
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Deval_context.rs270 pub fn as_note(&self, tcx: TyCtxt<'tcx>) -> errors::FrameNote { in as_note()