Home
last modified time | relevance | path

Searched refs:span_error (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/proc-macro-error/src/imp/
H A Ddelegate.rs61 res = res.span_error(span, msg);
/third_party/rust/crates/proc-macro-error/src/
H A Ddiagnostic.rs44 /// This function is the same as `Diagnostic::span_error` but produces considerably
118 pub fn span_error(self, span: Span, msg: String) -> Self { in span_error() functions
/third_party/rust/crates/proc-macro-error/test-crate/
H A Dlib.rs268 .span_error(spans.next().unwrap().into(), "child message".into()) in children_messages()

Completed in 3 milliseconds