Closed jieyouxu closed 2 days ago
r? @estebank
rustbot has assigned @estebank. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r?
to explicitly pick a reviewer
@bors r+ rollup
For the code pattern reported in https://github.com/rust-lang/rust/issues/133272,
https://github.com/rust-lang/rust/pull/121208 converted this to a
span_bug
from aspan_delayed_bug
because this specific self-ctor code pattern lacked test coverage. It turns out this can be hit but we just lacked test coverage, so change it back to aspan_delayed_bug
and add a targeted test case.Follow-up to #121208, cc @nnethercote (very good exercise to expose our test coverage gaps). Fixes #133272.