diff options
| author | Eric Huss <eric@huss.org> | 2024-12-18 15:03:44 -0800 | 
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2024-12-18 15:03:44 -0800 | 
| commit | dbf5ae3a864f555cfe6770896a23f7dea77fb6fb (patch) | |
| tree | 6a07c50615c5bd0912129f4e5fdecd604b3dd0b5 /tests/coverage/attr/nested.cov-map | |
| parent | a52085d9f6a6e596b0cbad4502cddf86bc878028 (diff) | |
| download | rust-dbf5ae3a864f555cfe6770896a23f7dea77fb6fb.tar.gz rust-dbf5ae3a864f555cfe6770896a23f7dea77fb6fb.zip | |
Add reference annotations for the `coverage` attribute
Diffstat (limited to 'tests/coverage/attr/nested.cov-map')
| -rw-r--r-- | tests/coverage/attr/nested.cov-map | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/tests/coverage/attr/nested.cov-map b/tests/coverage/attr/nested.cov-map index 2bd95325373..138b3159ea5 100644 --- a/tests/coverage/attr/nested.cov-map +++ b/tests/coverage/attr/nested.cov-map @@ -1,20 +1,20 @@ Function name: nested::closure_expr -Raw bytes (14): 0x[01, 01, 00, 02, 01, 3f, 01, 01, 0f, 01, 0b, 05, 01, 02] +Raw bytes (14): 0x[01, 01, 00, 02, 01, 40, 01, 01, 0f, 01, 0b, 05, 01, 02] Number of files: 1 - file 0 => global file 1 Number of expressions: 0 Number of file 0 mappings: 2 -- Code(Counter(0)) at (prev + 63, 1) to (start + 1, 15) +- Code(Counter(0)) at (prev + 64, 1) to (start + 1, 15) - Code(Counter(0)) at (prev + 11, 5) to (start + 1, 2) Highest counter ID seen: c0 Function name: nested::closure_tail -Raw bytes (14): 0x[01, 01, 00, 02, 01, 4e, 01, 01, 0f, 01, 11, 05, 01, 02] +Raw bytes (14): 0x[01, 01, 00, 02, 01, 4f, 01, 01, 0f, 01, 11, 05, 01, 02] Number of files: 1 - file 0 => global file 1 Number of expressions: 0 Number of file 0 mappings: 2 -- Code(Counter(0)) at (prev + 78, 1) to (start + 1, 15) +- Code(Counter(0)) at (prev + 79, 1) to (start + 1, 15) - Code(Counter(0)) at (prev + 17, 5) to (start + 1, 2) Highest counter ID seen: c0 | 
