@@ -1056,12 +1056,12 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
10561056 "gather statistics about the input (default: no)" ) ,
10571057 instrument_coverage: Option <InstrumentCoverage > = ( None , parse_instrument_coverage, [ TRACKED ] ,
10581058 "instrument the generated code to support LLVM source-based code coverage \
1059- reports (note, the compiler build config must include `profiler = true`, \
1060- and is mutually exclusive with `-C profile-generate`/`-C profile-use`); \
1061- implies `-Z symbol-mangling-version=v0`; disables/overrides some Rust \
1062- optimizations. Optional values are: `=all` (default coverage), \
1063- `=except-unused-generics`, `=except-unused- functions`, or `=off` \
1064- (default: instrument-coverage =off)") ,
1059+ reports (note, the compiler build config must include `profiler = true`); \
1060+ implies `-Z symbol-mangling-version=v0`. Optional values are:
1061+ `=all` (implicit value)
1062+ `=except-unused-generics`
1063+ `=except-unused-functions`
1064+ ` =off` (default )" ) ,
10651065 instrument_mcount: bool = ( false , parse_bool, [ TRACKED ] ,
10661066 "insert function instrument code for mcount-based tracing (default: no)" ) ,
10671067 keep_hygiene_data: bool = ( false , parse_bool, [ UNTRACKED ] ,
0 commit comments