You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_session/src/options.rs
+4-1
Original file line number
Diff line number
Diff line change
@@ -382,7 +382,7 @@ mod desc {
382
382
pubconst parse_mir_spanview:&str = "`statement` (default), `terminator`, or `block`";
383
383
pubconst parse_dump_mono_stats:&str = "`markdown` (default) or `json`";
384
384
pubconst parse_instrument_coverage:&str =
385
-
"`all` (default), `except-unused-generics`, `except-unused-functions`, or `off`";
385
+
"`all` (default), `branch`, `except-unused-generics`, `except-unused-functions`, or `off`";
386
386
pubconst parse_instrument_xray:&str = "either a boolean (`yes`, `no`, `on`, `off`, etc), or a comma separated list of settings: `always` or `never` (mutually exclusive), `ignore-loops`, `instruction-threshold=N`, `skip-entry`, `skip-exit`";
387
387
pubconst parse_unpretty:&str = "`string` or `string=string`";
388
388
pubconst parse_treat_err_as_bug:&str = "either no value or a number bigger than 0";
0 commit comments