Commit d0ff99c
committed
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.1 parent 9f41bc1 commit d0ff99c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments