about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorDaniil Belov <70999565+BelovDV@users.noreply.github.com>2022-08-24 13:10:40 +0300
committerDaniil Belov <70999565+BelovDV@users.noreply.github.com>2022-09-12 16:45:03 +0300
commitffa83596fe216c19e9d58c8318786edd07d23d5f (patch)
treec4c1947168a229b527608a92095f38498a4755a2 /compiler/rustc_interface/src
parent56e7678ca97e9740f7d09206f767d5bb676917f7 (diff)
downloadrust-ffa83596fe216c19e9d58c8318786edd07d23d5f.tar.gz
rust-ffa83596fe216c19e9d58c8318786edd07d23d5f.zip
change rlib format to discern native dependencies
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 5df5ab3ddc0..c7615a5775e 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -765,6 +765,7 @@ fn test_unstable_options_tracking_hash() {
     tracked!(no_profiler_runtime, true);
     tracked!(oom, OomStrategy::Panic);
     tracked!(osx_rpath_install_name, true);
+    tracked!(packed_bundled_libs, true);
     tracked!(panic_abort_tests, true);
     tracked!(panic_in_drop, PanicStrategy::Abort);
     tracked!(pick_stable_methods_before_any_unstable, false);