Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/
Dmacros.rs30 macro_rules! span_bug { macro
/third_party/rust/rust/compiler/rustc_errors/src/
Dlib.rs994 pub fn span_bug(&self, span: impl Into<MultiSpan>, msg: impl Into<DiagnosticMessage>) -> ! { in span_bug() method
1587 fn span_bug(&mut self, sp: impl Into<MultiSpan>, msg: impl Into<DiagnosticMessage>) -> ! { in span_bug() method
/third_party/rust/rust/compiler/rustc_expand/src/
Dbase.rs1150 pub fn span_bug<S: Into<MultiSpan>>(&self, sp: S, msg: impl Into<DiagnosticMessage>) -> ! { in span_bug() method
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Ddiagnostics.rs250 pub fn span_bug<S: Into<MultiSpan>>(&self, sp: S, m: impl Into<DiagnosticMessage>) -> ! { in span_bug() method