Home
last modified time | relevance | path

Searched defs:span_fatal (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_session/src/
Dsession.rs499 pub fn span_fatal<S: Into<MultiSpan>>(&self, sp: S, msg: impl Into<DiagnosticMessage>) -> ! { in span_fatal() method
/third_party/rust/rust/compiler/rustc_errors/src/
Dlib.rs936 pub fn span_fatal(&self, span: impl Into<MultiSpan>, msg: impl Into<DiagnosticMessage>) -> ! { in span_fatal() method