Home
last modified time | relevance | path

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

/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-718.0.0/src/
H A Dlib.rs636 pub fn span_fatal(&self, span: impl Into<MultiSpan>, msg: &str) -> FatalError { in span_fatal() method
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-722.0.0/src/
H A Dlib.rs638 pub fn span_fatal(&self, span: impl Into<MultiSpan>, msg: &str) -> ! { in span_fatal() method
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_errors/src/
H A Dlib.rs638 pub fn span_fatal(&self, span: impl Into<MultiSpan>, msg: &str) -> ! { in span_fatal() method
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-722.0.0/src/
H A Dsession.rs422 pub fn span_fatal<S: Into<MultiSpan>>(&self, sp: S, msg: &str) -> ! { in span_fatal() method
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-718.0.0/src/
H A Dsession.rs423 pub fn span_fatal<S: Into<MultiSpan>>(&self, sp: S, msg: &str) -> ! { in span_fatal() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_errors/src/
H A Dlib.rs786 pub fn span_fatal(&self, span: impl Into<MultiSpan>, msg: &str) -> ! { in span_fatal() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_session/src/
H A Dsession.rs369 pub fn span_fatal<S: Into<MultiSpan>>(&self, sp: S, msg: &str) -> ! { in span_fatal() method
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_session/src/
H A Dsession.rs422 pub fn span_fatal<S: Into<MultiSpan>>(&self, sp: S, msg: &str) -> ! { in span_fatal() method