mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

We have `span_delayed_bug` and often pass it a `DUMMY_SP`. This commit adds `delayed_bug`, which matches pairs like `err`/`span_err` and `warn`/`span_warn`.