Home
last modified time | relevance | path

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

/external/rust/crates/proc-macro-error/src/imp/
Ddelegate.rs61 res = res.span_error(span, msg); in emit_diagnostic()
/external/rust/crates/proc-macro-error/src/
Ddiagnostic.rs118 pub fn span_error(self, span: Span, msg: String) -> Self { in span_error() method