Skip to content

Commit e3299f2

Browse files
committed
Update treat-err-as-bug help text
1 parent bc9b936 commit e3299f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
12441244
no_codegen: bool = (false, parse_bool, [TRACKED],
12451245
"run all passes except codegen; no output"),
12461246
treat_err_as_bug: Option<usize> = (None, parse_treat_err_as_bug, [TRACKED],
1247-
"treat all errors that occur as bugs"),
1247+
"treat error number `val` that occurs as bug"),
12481248
report_delayed_bugs: bool = (false, parse_bool, [TRACKED],
12491249
"immediately print bugs registered with `delay_span_bug`"),
12501250
external_macro_backtrace: bool = (false, parse_bool, [UNTRACKED],

0 commit comments

Comments
 (0)