Skip to content

Commit 2d92f4f

Browse files
committed
Remove -Z diagnostic-width
1 parent 18fa7b9 commit 2d92f4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_session/src/options.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1433,8 +1433,6 @@ options! {
14331433
dep_tasks: bool = (false, parse_bool, [UNTRACKED],
14341434
"print tasks that execute and the color their dep node gets (requires debug build) \
14351435
(default: no)"),
1436-
diagnostic_width: Option<usize> = (None, parse_opt_number, [UNTRACKED],
1437-
"set the current output width for diagnostic truncation"),
14381436
dont_buffer_diagnostics: bool = (false, parse_bool, [UNTRACKED],
14391437
"emit diagnostics rather than buffering (breaks NLL error downgrading, sorting) \
14401438
(default: no)"),

0 commit comments

Comments
 (0)