We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustc
1 parent 6847eb7 commit 73b4272Copy full SHA for 73b4272
src/attributes/coverage-instrumentation.md
@@ -1,6 +1,10 @@
1
# Coverage instrumentation attributes
2
3
-The following [attributes] are used for controlling coverage instrumentation, which can be enabled with the `-C instrument-coverage` compiler flag.
+The following [attributes] are used for controlling coverage instrumentation.
4
+
5
+> **Note**: Coverage instrumentation is controlled in `rustc` with the [`-C instrument-coverage`] compiler flag.
6
7
+[`-C instrument-coverage`]: ../../rustc/instrument-coverage.html
8
9
### The `coverage` attribute
10
0 commit comments