coverage: Don't instrument #[automatically_derived]
functions
This commit is contained in:
parent
ef71f1047e
commit
41dcba805d
10 changed files with 17 additions and 97 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue