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/impl.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/impl.cov-map')
| -rw-r--r-- | tests/coverage/attr/impl.cov-map | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/coverage/attr/impl.cov-map b/tests/coverage/attr/impl.cov-map index afb91af6829..4d068c290f4 100644 --- a/tests/coverage/attr/impl.cov-map +++ b/tests/coverage/attr/impl.cov-map @@ -1,27 +1,27 @@ Function name: <impl::MyStruct>::off_on (unused) -Raw bytes (9): 0x[01, 01, 00, 01, 00, 0d, 05, 00, 13] +Raw bytes (9): 0x[01, 01, 00, 01, 00, 0e, 05, 00, 13] Number of files: 1 - file 0 => global file 1 Number of expressions: 0 Number of file 0 mappings: 1 -- Code(Zero) at (prev + 13, 5) to (start + 0, 19) +- Code(Zero) at (prev + 14, 5) to (start + 0, 19) Highest counter ID seen: (none) Function name: <impl::MyStruct>::on_inherit (unused) -Raw bytes (9): 0x[01, 01, 00, 01, 00, 15, 05, 00, 17] +Raw bytes (9): 0x[01, 01, 00, 01, 00, 16, 05, 00, 17] Number of files: 1 - file 0 => global file 1 Number of expressions: 0 Number of file 0 mappings: 1 -- Code(Zero) at (prev + 21, 5) to (start + 0, 23) +- Code(Zero) at (prev + 22, 5) to (start + 0, 23) Highest counter ID seen: (none) Function name: <impl::MyStruct>::on_on (unused) -Raw bytes (9): 0x[01, 01, 00, 01, 00, 18, 05, 00, 12] +Raw bytes (9): 0x[01, 01, 00, 01, 00, 19, 05, 00, 12] Number of files: 1 - file 0 => global file 1 Number of expressions: 0 Number of file 0 mappings: 1 -- Code(Zero) at (prev + 24, 5) to (start + 0, 18) +- Code(Zero) at (prev + 25, 5) to (start + 0, 18) Highest counter ID seen: (none) |
