about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-10-25 21:33:13 +0000
committerbors <bors@rust-lang.org>2021-10-25 21:33:13 +0000
commitffba4309241a7a21df4ec7b16f1357cbcd327d6e (patch)
tree362af1c0e72c6feb18d6e700f322b25c0bb32e09 /compiler/rustc_interface/src
parent29b1248025b19bd132c8047fc710ea9314b9b76b (diff)
parent26e9a719f230815b2c535777c466030c696c9d89 (diff)
downloadrust-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.rs1
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);