Skip to content

Commit

Permalink
Remove unnecessary -Zunstable-flags in docs
Browse files Browse the repository at this point in the history
PR #90132 stabilized instrument-coverage, but missed removing an occurance of -Zunstable-flags when changing -Z to -C.
  • Loading branch information
jschwe authored Feb 17, 2022
1 parent 930fc4f commit 08d9371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc/src/instrument-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ When running a coverage-instrumented program, the counter values are written to
[`llvm.instrprof.increment`]: https://llvm.org/docs/LangRef.html#llvm-instrprof-increment-intrinsic
[llvm code coverage mapping format]: https://llvm.org/docs/CoverageMappingFormat.html

> **Note**: `-C instrument-coverage` also automatically enables `-C symbol-mangling-version=v0` (tracking issue [#60705]). The `v0` symbol mangler is strongly recommended. The `v0` demangler can be overridden by explicitly adding `-Z unstable-options -C symbol-mangling-version=legacy`.
> **Note**: `-C instrument-coverage` also automatically enables `-C symbol-mangling-version=v0` (tracking issue [#60705]). The `v0` symbol mangler is strongly recommended. The `v0` demangler can be overridden by explicitly adding `-C symbol-mangling-version=legacy`.
[#60705]: https://github.com/rust-lang/rust/issues/60705

Expand Down

0 comments on commit 08d9371

Please sign in to comment.