1
Fork 0

coverage: Store coverage source regions as Span until codegen

This commit is contained in:
Zalathar 2024-11-24 18:50:08 +11:00
parent 87fe7def12
commit b9fb1a69d2
13 changed files with 199 additions and 226 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