1
Fork 0

Revert some span_bugs to span_delayed_bug.

Fixes #121503.
Fixes #121597.
This commit is contained in:
Nicholas Nethercote 2024-02-26 08:40:51 +11:00
parent 8c0b1fcd29
commit edda2a7d3e
6 changed files with 113 additions and 2 deletions

View file

@ -1331,7 +1331,7 @@ impl<'a, 'tcx> BoundVarContext<'a, 'tcx> {
}
}
self.tcx.dcx().span_bug(
self.tcx.dcx().span_delayed_bug(
lifetime_ref.ident.span,
format!("Could not resolve {:?} in scope {:#?}", lifetime_ref, self.scope,),
);