coverage: Instead of splitting, just discard any span that overlaps a hole

This commit is contained in:
Zalathar
2025-03-25 20:34:32 +11:00
parent 577272eede
commit 62a533ce78
10 changed files with 63 additions and 88 deletions

View File

@@ -12,6 +12,7 @@
#![feature(map_try_insert)]
#![feature(never_type)]
#![feature(try_blocks)]
#![feature(vec_deque_pop_if)]
#![feature(yeet_expr)]
// tidy-alphabetical-end