Home
last modified time | relevance | path

Searched refs:span_help (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/proc-macro-error/src/
Ddiagnostic.rs133 pub fn span_help(self, span: Span, msg: String) -> Self { in span_help() method
201 "help" | "hint" => self.span_help(span, msg), in span_suggestion()
/external/rust/crates/proc-macro-error/src/imp/
Ddelegate.rs52 res.span_help(span_range.collapse().unwrap(), msg) in emit_diagnostic()