1
Fork 0

coverage: Overhaul how "visible macros" are determined

This commit is contained in:
Zalathar 2023-12-28 15:08:24 +11:00
parent 506b9f9689
commit df0df5256b
4 changed files with 61 additions and 69 deletions

View file

@ -5,7 +5,7 @@
LL| 1| println!("{}", live::<false>());
LL| 1|
LL| 1| let f = |x: bool| {
LL| | debug_assert!(
LL| 1| debug_assert!(
LL| 0| x
LL| | );
LL| 1| };