Home
last modified time | relevance | path

Searched refs:span_note (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/proc-macro-error/src/
H A Ddiagnostic.rs60 /// This function is the same as `Diagnostic::span_note` but produces considerably
154 pub fn span_note(self, span: Span, msg: String) -> Self { in span_note() functions
202 _ => self.span_note(span, msg), in span_suggestion()
/third_party/rust/crates/proc-macro-error/src/imp/
H A Ddelegate.rs49 res.span_note(span_range.collapse().unwrap(), msg)

Completed in 1 milliseconds