1
Fork 0
rust/compiler/rustc_mir_transform/src/coverage
Zalathar 684b9ea408 coverage: Check that the function signature span precedes the body
This will normally be true, but in cases where it's not true we're better off
not making any assumptions about the signature.
2023-12-15 10:59:32 +11:00
..
spans Rollup merge of #118666 - Zalathar:body-closure, r=cjgillot 2023-12-09 00:48:10 -08: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: Check that the function signature span precedes the body 2023-12-15 10:59:32 +11:00
query.rs remove redundant imports 2023-12-10 10:56:22 +08:00
spans.rs coverage: Add #[track_caller] to the span generator's unwrap methods 2023-12-08 22:49:12 +11:00
tests.rs remove redundant imports 2023-12-10 10:56:22 +08:00