diff options
| author | bors <bors@rust-lang.org> | 2022-07-08 07:22:33 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-07-08 07:22:33 +0000 |
| commit | 0f97e02bdc7a53176aa96a53ff8b533947d7649c (patch) | |
| tree | 202b412781a793d655e75b9c24d215aa2034fe39 /compiler/rustc_interface/src | |
| parent | eba361ae36be41e42fb8fdf138455307e0ad407c (diff) | |
| parent | 445702d0cb4c47b1c95c0756c0d189ff539ca7bb (diff) | |
| download | rust-0f97e02bdc7a53176aa96a53ff8b533947d7649c.tar.gz rust-0f97e02bdc7a53176aa96a53ff8b533947d7649c.zip | |
Auto merge of #99047 - matthiaskrgr:rollup-01vn70s, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - #95635 (sess: stabilize `--terminal-width` as `--diagnostic-width`) - #98718 (Stabilize `into_future`) - #98795 (A few cleanups) - #98798 (Fix caching bug in `download-rustc = true`) - #99019 (Add doc comments in `rustc_middle::mir`) - #99026 (Add test for and fix rust-lang/rust-clippy#9131) Failed merges: - #98957 ( don't allow ZST in ScalarInt ) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 30a29ed6ed3..81145416437 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -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); |
