rust/tests/mir-opt/coverage
Zalathar 577272eede coverage: Shrink call spans to just the function name
This is a way to shrink call spans that doesn't involve mixing different spans,
and avoids overlap with argument spans.

This patch also removes some low-value comments that were causing rustfmt to
ignore the match arms.
2025-04-01 13:07:33 +11:00
..
branch_match_arms.main.InstrumentCoverage.diff coverage: Shrink call spans to just the function name 2025-04-01 13:07:33 +11:00
branch_match_arms.rs Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser" 2024-12-23 12:30:37 +11:00
instrument_coverage.bar.InstrumentCoverage.diff coverage: Don't store a body span in FunctionCoverageInfo 2025-03-18 23:18:24 +11:00
instrument_coverage.main.InstrumentCoverage.diff coverage: Shrink call spans to just the function name 2025-04-01 13:07:33 +11:00
instrument_coverage.rs coverage: Don't store a body span in FunctionCoverageInfo 2025-03-18 23:18:24 +11:00
instrument_coverage_cleanup.main.CleanupPostBorrowck.diff coverage: Don't store a body span in FunctionCoverageInfo 2025-03-18 23:18:24 +11:00
instrument_coverage_cleanup.main.InstrumentCoverage.diff coverage: Don't store a body span in FunctionCoverageInfo 2025-03-18 23:18:24 +11:00
instrument_coverage_cleanup.rs coverage: Defer part of counter-creation until codegen 2025-02-06 21:44:31 +11:00