coverage: Indicate whether a block's successors allow BCB chaining

This commit is contained in:
Zalathar
2024-01-01 21:52:43 +11:00
parent 6d1c396399
commit c412cd4bc2
2 changed files with 62 additions and 27 deletions

View File

@@ -4,6 +4,7 @@
#![feature(box_patterns)]
#![feature(cow_is_borrowed)]
#![feature(decl_macro)]
#![feature(impl_trait_in_assoc_type)]
#![feature(is_sorted)]
#![feature(let_chains)]
#![feature(map_try_insert)]