We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[track_caller]
mirbug
1 parent cfa4ac6 commit f6f8149Copy full SHA for f6f8149
compiler/rustc_borrowck/src/type_check/mod.rs
@@ -312,6 +312,7 @@ fn translate_outlives_facts(typeck: &mut TypeChecker<'_, '_>) {
312
}
313
314
315
+#[track_caller]
316
fn mirbug(tcx: TyCtxt<'_>, span: Span, msg: &str) {
317
// We sometimes see MIR failures (notably predicate failures) due to
318
// the fact that we check rvalue sized predicates here. So use `delay_span_bug`
0 commit comments