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
Mention that code coverage can change from release to release
As noted in the `-C instrument coverage` documentation itself, the exact
format of instrumentation that rustc uses will vary from release to
release as LLVM makes changes to it and it is also expected that code
coverage data or metrics may change slightly from one release to another
due to changes in how rustc generates code, how LLVM interprets coverage
data and how we improve the coverage feature.
0 commit comments