Skip to content

Commit 18189eb

Browse files
committed
Replace broken link about source-based-coverage
This content seems to have been removed from the unstable book because it's in the process of stabilizing.
1 parent 9fe3dcf commit 18189eb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

posts/inside-rust/2020-11-12-source-based-code-coverage.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,18 @@ Work on the implementation [began back in April][MCP], and [many PRs
6060
later][PRs], it’s ready for you to try. All you need is a recent nightly and
6161
a tool to read the coverage reports.
6262

63-
[Take a look at this guide to get started][guide]. If you spot any issues,
64-
please [report them]. It’s a huge help!
63+
The easiest way to get stared with source-based coverage is through
64+
[`cargo-llvm-cov`](cargo-llvm-cov).
65+
66+
If you spot any issues, please [report them]. It’s a huge help!
6567

6668
Finally, if you try it out and it works well, we’d also like to hear from
6769
you! Come by the [Zulip stream] for this change or comment on the [feature
6870
request].
6971

7072
[MCP]: https://github.com/rust-lang/compiler-team/issues/278
7173
[PRs]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+author%3Arichkadel+is%3Aclosed+closed%3A%3C2020-11-06
72-
[guide]: https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/source-based-code-coverage.html
74+
[cargo-llvm-cov]: https://github.com/taiki-e/cargo-llvm-cov
7375
[report them]: https://github.com/rust-lang/rust/issues/new/choose
7476
[Zulip stream]: https://rust-lang.zulipchat.com/#narrow/stream/233931-t-compiler.2Fmajor-changes/topic/Implement.20LLVM-compatible.20source-based.20cod.20compiler-team.23278
7577
[feature request]: https://github.com/rust-lang/rust/issues/34701

0 commit comments

Comments
 (0)