diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-01-21 15:07:11 +1100 | 
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-01-22 12:18:57 +1100 | 
| commit | 41dcba805d8ea2c5142cce7044c146aa15d0358c (patch) | |
| tree | 8d0b381788ad29eefe275ac3f9539a88f1688e02 /tests/coverage/partial_eq.coverage | |
| parent | ef71f1047e04438181d7cb925a833e2ada6ab390 (diff) | |
| download | rust-41dcba805d8ea2c5142cce7044c146aa15d0358c.tar.gz rust-41dcba805d8ea2c5142cce7044c146aa15d0358c.zip | |
coverage: Don't instrument `#[automatically_derived]` functions
Diffstat (limited to 'tests/coverage/partial_eq.coverage')
| -rw-r--r-- | tests/coverage/partial_eq.coverage | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/tests/coverage/partial_eq.coverage b/tests/coverage/partial_eq.coverage index 6e3696386a7..9de1c933570 100644 --- a/tests/coverage/partial_eq.coverage +++ b/tests/coverage/partial_eq.coverage @@ -1,8 +1,7 @@ LL| |// This test confirms an earlier problem was resolved, supporting the MIR graph generated by the LL| |// structure of this test. LL| | - LL| 2|#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)] - ^0 ^0 ^0 ^1 ^1 ^0^0 + LL| |#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)] LL| |pub struct Version { LL| | major: usize, LL| | minor: usize, | 
