Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obk
sess: stabilize `--terminal-width` as `--diagnostic-width` Formerly `-Zterminal-width`, `--terminal-width` allows the user or build tool to inform rustc of the width of the terminal so that diagnostics can be truncated. Pending agreement to stabilize, see tracking issue at #84673. r? ```@oli-obk```
This commit is contained in:
commit
b36e58a458
32 changed files with 101 additions and 46 deletions
|
@ -689,7 +689,6 @@ fn test_debugging_options_tracking_hash() {
|
|||
untracked!(span_debug, true);
|
||||
untracked!(span_free_formats, true);
|
||||
untracked!(temps_dir, Some(String::from("abc")));
|
||||
untracked!(terminal_width, Some(80));
|
||||
untracked!(threads, 99);
|
||||
untracked!(time, true);
|
||||
untracked!(time_llvm_passes, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue