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