diff options
| author | Daniil Belov <70999565+BelovDV@users.noreply.github.com> | 2022-08-24 13:10:40 +0300 |
|---|---|---|
| committer | Daniil Belov <70999565+BelovDV@users.noreply.github.com> | 2022-09-12 16:45:03 +0300 |
| commit | ffa83596fe216c19e9d58c8318786edd07d23d5f (patch) | |
| tree | c4c1947168a229b527608a92095f38498a4755a2 /compiler/rustc_interface/src | |
| parent | 56e7678ca97e9740f7d09206f767d5bb676917f7 (diff) | |
| download | rust-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.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 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); |
