File tree 1 file changed +2
-1
lines changed
compiler/rustc_session/src
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1838,7 +1838,8 @@ written to standard error output)"),
1838
1838
trap_unreachable: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
1839
1839
"generate trap instructions for unreachable intrinsics (default: use target setting, usually yes)" ) ,
1840
1840
treat_err_as_bug: Option <NonZeroUsize > = ( None , parse_treat_err_as_bug, [ TRACKED ] ,
1841
- "treat the nth error that occurs as bug (default: 0 - don't treat errors as bugs)" ) ,
1841
+ "treat the `val`th error that occurs as bug (default if unspecified: 0 - don't treat errors as bugs. \
1842
+ default if specified without a value: 1 - treat the first error as bug)") ,
1842
1843
trim_diagnostic_paths: bool = ( true , parse_bool, [ UNTRACKED ] ,
1843
1844
"in diagnostics, use heuristics to shorten paths referring to items" ) ,
1844
1845
tune_cpu: Option <String > = ( None , parse_opt_string, [ TRACKED ] ,
You can’t perform that action at this time.
0 commit comments