about summary refs log tree commit diff
path: root/src/librustc_session
diff options
context:
space:
mode:
authorRich Kadel <richkadel@google.com>2020-06-07 19:35:15 -0700
committerRich Kadel <richkadel@google.com>2020-06-15 16:50:10 -0700
commit7e49a9ec59f7950efa9950b65c10f9b3f3a4b6b2 (patch)
tree9de3eef094db862b3777d844f865cdd226cbb466 /src/librustc_session
parente4df7e70466611a49d3ff6c49d162b2045173449 (diff)
moved to post_borrowck_cleanup & used MirPatch
Diffstat (limited to 'src/librustc_session')
-rw-r--r--src/librustc_session/options.rs4
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],