symbol-mangling-version has been stabilized

This commit is contained in:
Eric Huss 2022-02-20 07:00:41 -08:00 committed by Noah Lev
parent 8484282c52
commit d3cc250a1c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ _compiler-flags/instrument-coverage_)][unstable-book-instrument-coverage].
## Rust symbol mangling
`-Z instrument-coverage` automatically enables Rust symbol mangling `v0` (as
if the user specified `-Z symbol-mangling-version=v0` option when invoking
if the user specified `-C symbol-mangling-version=v0` option when invoking
`rustc`) to ensure consistent and reversible name mangling. This has two
important benefits: