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
|
@ -9,7 +9,7 @@
|
|||
LL| |// a too-large counter ID and silently discard the entire function from its
|
||||
LL| |// coverage reports.
|
||||
LL| |
|
||||
LL| 8|#[derive(Debug, PartialEq, Eq)]
|
||||
LL| |#[derive(Debug, PartialEq, Eq)]
|
||||
LL| |struct Foo(u32);
|
||||
LL| |
|
||||
LL| 1|fn eq_good() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue