rust/compiler/rustc_mir_transform/src/coverage/spans
Zalathar 6c44425e98 coverage: Remove enum CoverageStatement
This enum was mainly needed to track the precise origin of a span in MIR, for
debug printing purposes. Since the old debug code was removed in #115962, we
can replace it with just the span itself.
2023-10-10 13:39:23 +11:00
..
from_mir.rs coverage: Remove enum CoverageStatement 2023-10-10 13:39:23 +11:00