We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5483b27 commit eefbde5Copy full SHA for eefbde5
src/llvm-coverage-instrumentation.md
@@ -38,7 +38,7 @@ _compiler-flags/instrument-coverage_)][unstable-book-instrument-coverage].
38
## Rust symbol mangling
39
40
`-Z instrument-coverage` automatically enables Rust symbol mangling `v0` (as
41
-if the user specified `-Z symbol-mangling-version=v0` option when invoking
+if the user specified `-C symbol-mangling-version=v0` option when invoking
42
`rustc`) to ensure consistent and reversible name mangling. This has two
43
important benefits:
44
0 commit comments