You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When #[derive(...)] is placed on line 1 of a file and then run cargo llvm-cov --html, the resulting Coverage report has two same and adjacent #[derive(...)] like this
After moving the first line to the second, it works normally again: