rust/compiler/rustc_mir_transform/src/coverage
Zalathar 6d956a228b coverage: Replace impossible coverage::Error with assertions
Historically, these errors existed so that the coverage debug code could dump
additional information before reporting a compiler bug. That debug code was
removed by #115962, so we can now simplify these methods by making them panic
when they detect a bug.
2023-10-31 22:20:30 +11:00
..
spans coverage: Simplify initial creation of coverage spans 2023-10-21 11:56:15 +11:00
test_macros inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
counters.rs coverage: Replace impossible coverage::Error with assertions 2023-10-31 22:20:30 +11:00
graph.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
mod.rs coverage: Replace impossible coverage::Error with assertions 2023-10-31 22:20:30 +11:00
query.rs coverage: Store all of a function's mappings in function coverage info 2023-10-18 23:42:39 +11:00
spans.rs Rollup merge of #116974 - Zalathar:signature-spans, r=oli-obk,cjgillot 2023-10-21 10:08:17 +02:00
tests.rs coverage: Replace impossible coverage::Error with assertions 2023-10-31 22:20:30 +11:00