diff options
| author | bors <bors@rust-lang.org> | 2022-09-25 14:28:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-09-25 14:28:04 +0000 |
| commit | 17e8752acafe7240f38bcb114586ff0568224cad (patch) | |
| tree | 66e818d3b7bd502f2f14853901e73e6a6823e287 /compiler/rustc_interface/src | |
| parent | 4652f5eb25b76c24fc40b7267d87a07d5876901f (diff) | |
| parent | c50303ca1ff0266c08678047e7f05e88a2cadac4 (diff) | |
| download | rust-17e8752acafe7240f38bcb114586ff0568224cad.tar.gz rust-17e8752acafe7240f38bcb114586ff0568224cad.zip | |
Auto merge of #102265 - fee1-dead-contrib:rollup-a7fccbg, r=fee1-dead
Rollup of 8 pull requests Successful merges: - #98111 (Clarify `[T]::select_nth_unstable*` return values) - #101431 (Look at move place's type when suggesting mutable reborrow) - #101800 (Constify slice.split_at_mut(_unchecked)) - #101997 (Remove support for legacy PM) - #102194 (Note the type when unable to drop values in compile time) - #102200 (Constify Default impl's for Arrays and Tuples.) - #102245 (Constify cmp_min_max_by.) - #102259 (Type-annotate and simplify documentation of Option::unwrap_or_default) Failed merges: 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 c7615a5775e..2cd959689e6 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -758,7 +758,6 @@ fn test_unstable_options_tracking_hash() { tracked!(mir_opt_level, Some(4)); tracked!(move_size_limit, Some(4096)); tracked!(mutable_noalias, Some(true)); - tracked!(new_llvm_pass_manager, Some(true)); tracked!(no_generate_arange_section, true); tracked!(no_link, true); tracked!(no_unique_section_names, true); |
