Home
last modified time | relevance | path

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

/third_party/rust/crates/proc-macro-error/src/imp/
Ddelegate.rs61 res = res.span_error(span, msg); in emit_diagnostic()
/third_party/rust/crates/proc-macro-error/
DCHANGELOG.md129 * `span_error` => `abort`
161 * An easy way to report errors inside within a proc-macro via `span_error`,
/third_party/rust/crates/proc-macro-error/src/
Ddiagnostic.rs118 pub fn span_error(self, span: Span, msg: String) -> Self { in span_error() method
/third_party/rust/crates/proc-macro-error/test-crate/
Dlib.rs268 .span_error(spans.next().unwrap().into(), "child message".into()) in children_messages()