Remove -Z diagnostic-width
This commit is contained in:
parent
18fa7b9104
commit
2d92f4f2aa
1 changed files with 0 additions and 2 deletions
|
@ -1433,8 +1433,6 @@ options! {
|
||||||
dep_tasks: bool = (false, parse_bool, [UNTRACKED],
|
dep_tasks: bool = (false, parse_bool, [UNTRACKED],
|
||||||
"print tasks that execute and the color their dep node gets (requires debug build) \
|
"print tasks that execute and the color their dep node gets (requires debug build) \
|
||||||
(default: no)"),
|
(default: no)"),
|
||||||
diagnostic_width: Option<usize> = (None, parse_opt_number, [UNTRACKED],
|
|
||||||
"set the current output width for diagnostic truncation"),
|
|
||||||
dont_buffer_diagnostics: bool = (false, parse_bool, [UNTRACKED],
|
dont_buffer_diagnostics: bool = (false, parse_bool, [UNTRACKED],
|
||||||
"emit diagnostics rather than buffering (breaks NLL error downgrading, sorting) \
|
"emit diagnostics rather than buffering (breaks NLL error downgrading, sorting) \
|
||||||
(default: no)"),
|
(default: no)"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue