Searched defs:FrameNote (Results 1 – 3 of 3) sorted by relevance
258 pub struct FrameNote { struct260 pub span: Span,261 pub times: i32,262 pub where_: &'static str,263 pub instance: String,
131 C: FnOnce() -> (Span, Vec<FrameNote>), in report()
270 pub fn as_note(&self, tcx: TyCtxt<'tcx>) -> errors::FrameNote { in as_note()