rust/compiler/rustc_mir_transform/src/coverage
Zalathar 2a0290a802 coverage: Pass around &ExtractedHirInfo instead of individual fields
This reduces the risk of mixing up `fn_source_span` and `body_span`, and makes
it easier to pass along additional fields as needed.
2023-12-20 18:48:04 +11:00
..
spans coverage: Pass around &ExtractedHirInfo instead of individual fields 2023-12-20 18:48:04 +11:00
counters.rs coverage: Eliminate BcbBranch 2023-11-25 12:29:20 +11:00
graph.rs coverage: Assert that bcb0 starts with bb0 and has no in-edges 2023-11-25 12:29:21 +11:00
mod.rs coverage: Pass around &ExtractedHirInfo instead of individual fields 2023-12-20 18:48:04 +11:00
query.rs remove redundant imports 2023-12-10 10:56:22 +08:00
spans.rs coverage: Pass around &ExtractedHirInfo instead of individual fields 2023-12-20 18:48:04 +11:00
tests.rs remove redundant imports 2023-12-10 10:56:22 +08:00