coverage: Store coverage source regions as Span until codegen

This commit is contained in:
Zalathar
2024-12-18 21:00:51 +11:00
parent c3780e1d22
commit 34ed51cb83
13 changed files with 189 additions and 217 deletions

View File

@@ -17,6 +17,7 @@
#![feature(iter_intersperse)]
#![feature(let_chains)]
#![feature(rustdoc_internals)]
#![feature(try_blocks)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end