Skip to content

Commit 90f3d3a

Browse files
ShE3pypetrochenkov
andauthored
Replace "unspecified" with "not specified"
Co-authored-by: Vadim Petrochenkov <[email protected]>
1 parent 22cf37c commit 90f3d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ written to standard error output)"),
18381838
trap_unreachable: Option<bool> = (None, parse_opt_bool, [TRACKED],
18391839
"generate trap instructions for unreachable intrinsics (default: use target setting, usually yes)"),
18401840
treat_err_as_bug: Option<NonZeroUsize> = (None, parse_treat_err_as_bug, [TRACKED],
1841-
"treat the `val`th error that occurs as bug (default if unspecified: 0 - don't treat errors as bugs. \
1841+
"treat the `val`th error that occurs as bug (default if not specified: 0 - don't treat errors as bugs. \
18421842
default if specified without a value: 1 - treat the first error as bug)"),
18431843
trim_diagnostic_paths: bool = (true, parse_bool, [UNTRACKED],
18441844
"in diagnostics, use heuristics to shorten paths referring to items"),

0 commit comments

Comments
 (0)