summary refs log tree commit diff
path: root/tests/coverage/attr/nested.coverage
AgeCommit message (Collapse)AuthorLines
2024-07-08coverage: Extract hole spans from HIR instead of MIRZalathar-5/+0
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-37/+37
2024-06-18Add more thorough coverage tests for `#[coverage(..)]` in nested functionsZalathar-0/+111
These tests reflect the current implementation behaviour, which is not necessarily the desired behaviour.