diff options
| author | Rich Kadel <richkadel@google.com> | 2020-06-07 19:35:15 -0700 |
|---|---|---|
| committer | Rich Kadel <richkadel@google.com> | 2020-06-15 16:50:10 -0700 |
| commit | 7e49a9ec59f7950efa9950b65c10f9b3f3a4b6b2 (patch) | |
| tree | 9de3eef094db862b3777d844f865cdd226cbb466 /src/librustc_session | |
| parent | e4df7e70466611a49d3ff6c49d162b2045173449 (diff) | |
moved to post_borrowck_cleanup & used MirPatch
Diffstat (limited to 'src/librustc_session')
| -rw-r--r-- | src/librustc_session/options.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_session/options.rs b/src/librustc_session/options.rs index 599ce595e13..2d231359057 100644 --- a/src/librustc_session/options.rs +++ b/src/librustc_session/options.rs @@ -877,8 +877,8 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options, (such as entering an empty infinite loop) by inserting llvm.sideeffect \ (default: no)"), instrument_coverage: bool = (false, parse_bool, [TRACKED], - "instrument the generated code with LLVM code region counters for \ - generating coverage reports (default: no)"), + "instrument the generated code with LLVM code region counters to \ + (in the future) generate coverage reports (experimental; default: no)"), instrument_mcount: bool = (false, parse_bool, [TRACKED], "insert function instrument code for mcount-based tracing (default: no)"), keep_hygiene_data: bool = (false, parse_bool, [UNTRACKED], |
