Home
last modified time | relevance | path

Searched defs:span_err (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_macros/src/diagnostics/
Derror.rs57 pub(crate) fn span_err<T: Into<String>>(span: impl MultiSpan, msg: T) -> Diagnostic { in span_err() function
/third_party/rust/rust/compiler/rustc_expand/src/
Dbase.rs1142 pub fn span_err<S: Into<MultiSpan>>(&self, sp: S, msg: impl Into<DiagnosticMessage>) { in span_err() method
/third_party/rust/rust/compiler/rustc_session/src/
Dsession.rs517 pub fn span_err<S: Into<MultiSpan>>( in span_err() method
/third_party/rust/rust/compiler/rustc_errors/src/
Dlib.rs955 pub fn span_err( in span_err() method