rust/compiler/rustc_errors
Nicholas Nethercote 1f08bfa383 Remove DiagCtxtInner::span_bug.
`DiagCtxt::span_bug` is different to the other `DiagCtxt::span_*`
methods. This commit makes it the same, which requires changing
`DiagCtxt::span_delayed_bug` to not do everything within the
`inner.borrow_mut()`.
2023-12-23 13:23:28 +11:00
..
2023-12-23 13:23:28 +11:00
2023-10-30 08:46:02 +11:00