We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fa7b9 commit 2d92f4fCopy full SHA for 2d92f4f
compiler/rustc_session/src/options.rs
@@ -1433,8 +1433,6 @@ options! {
1433
dep_tasks: bool = (false, parse_bool, [UNTRACKED],
1434
"print tasks that execute and the color their dep node gets (requires debug build) \
1435
(default: no)"),
1436
- diagnostic_width: Option<usize> = (None, parse_opt_number, [UNTRACKED],
1437
- "set the current output width for diagnostic truncation"),
1438
dont_buffer_diagnostics: bool = (false, parse_bool, [UNTRACKED],
1439
"emit diagnostics rather than buffering (breaks NLL error downgrading, sorting) \
1440
0 commit comments