diff options
| author | bors <bors@rust-lang.org> | 2021-10-25 21:33:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-10-25 21:33:13 +0000 |
| commit | ffba4309241a7a21df4ec7b16f1357cbcd327d6e (patch) | |
| tree | 362af1c0e72c6feb18d6e700f322b25c0bb32e09 /compiler/rustc_interface/src | |
| parent | 29b1248025b19bd132c8047fc710ea9314b9b76b (diff) | |
| parent | 26e9a719f230815b2c535777c466030c696c9d89 (diff) | |
| download | rust-ffba4309241a7a21df4ec7b16f1357cbcd327d6e.tar.gz rust-ffba4309241a7a21df4ec7b16f1357cbcd327d6e.zip | |
Auto merge of #90282 - matthiaskrgr:rollup-c6trbff, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - #89581 (Add -Z no-unique-section-names to reduce ELF header bloat.) - #90196 (Fix and extent ControlFlow `traverse_inorder` example) - #90255 (:arrow_up: rust-analyzer) - #90266 (Prevent duplicate caller bounds candidates by exposing default substs in Unevaluated) 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, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index dab4d485e2d..2d3cb52f5fd 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -744,6 +744,7 @@ fn test_debugging_options_tracking_hash() { tracked!(new_llvm_pass_manager, Some(true)); tracked!(no_generate_arange_section, true); tracked!(no_link, true); + tracked!(no_unique_section_names, true); tracked!(no_profiler_runtime, true); tracked!(osx_rpath_install_name, true); tracked!(panic_abort_tests, true); |
