@@ -1056,12 +1056,12 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
1056
1056
"gather statistics about the input (default: no)" ) ,
1057
1057
instrument_coverage: Option <InstrumentCoverage > = ( None , parse_instrument_coverage, [ TRACKED ] ,
1058
1058
"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 )" ) ,
1065
1065
instrument_mcount: bool = ( false , parse_bool, [ TRACKED ] ,
1066
1066
"insert function instrument code for mcount-based tracing (default: no)" ) ,
1067
1067
keep_hygiene_data: bool = ( false , parse_bool, [ UNTRACKED ] ,
0 commit comments