summary refs log tree commit diff
path: root/tests/coverage/attr/nested.cov-map
AgeCommit message (Collapse)AuthorLines
2024-07-08coverage: Extract hole spans from HIR instead of MIRZalathar-4/+4
This makes it possible to treat more kinds of nested item/code as holes, instead of being restricted to closures.
2024-06-26coverage: Apply `#[coverage(..)]` recursively to nested functionsZalathar-82/+0
2024-06-18Add more thorough coverage tests for `#[coverage(..)]` in nested functionsZalathar-0/+100
These tests reflect the current implementation behaviour, which is not necessarily the desired behaviour.