coverage: Encapsulate local-to-global file mappings

This commit is contained in:
Zalathar 2023-09-28 22:36:40 +10:00
parent e985ae5a45
commit 88159cafa7
2 changed files with 29 additions and 5 deletions

View file

@ -12,6 +12,7 @@
#![feature(hash_raw_entry)]
#![feature(iter_intersperse)]
#![feature(let_chains)]
#![feature(min_specialization)]
#![feature(never_type)]
#![feature(slice_group_by)]
#![feature(impl_trait_in_assoc_type)]