Address some comments

This commit is contained in:
mejrs 2022-10-24 20:52:51 +02:00
parent 406e1dc8eb
commit 854b3166a0
9 changed files with 42 additions and 6 deletions

View file

@ -1585,8 +1585,8 @@ options! {
"choose the TLS model to use (`rustc --print tls-models` for details)"),
trace_macros: bool = (false, parse_bool, [UNTRACKED],
"for every macro invocation, print its name and arguments (default: no)"),
track_diagnostics: bool = (false, parse_bool, [TRACKED],
"Tracks where in rustc a diagnostic was emitted"),
track_diagnostics: bool = (false, parse_bool, [UNTRACKED],
"tracks where in rustc a diagnostic was emitted"),
// Diagnostics are considered side-effects of a query (see `QuerySideEffects`) and are saved
// alongside query results and changes to translation options can affect diagnostics - so
// translation options should be tracked.