diff options
| author | bors <bors@rust-lang.org> | 2023-11-02 14:46:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-11-02 14:46:23 +0000 |
| commit | c5afe0a61e39bdd912803eae8d1887a513bdd172 (patch) | |
| tree | 2fcc0f3372d393cbca91c01e0c58ccc61a675633 /compiler/rustc_interface/src | |
| parent | b800c303525f74023e02e01eb2c5c578439ef053 (diff) | |
| parent | 6268598dfbd224b7f98045d58116cb4beec9a615 (diff) | |
| download | rust-c5afe0a61e39bdd912803eae8d1887a513bdd172.tar.gz rust-c5afe0a61e39bdd912803eae8d1887a513bdd172.zip | |
Auto merge of #117513 - matthiaskrgr:rollup-jvl6y84, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - #117394 (use global cache when computing proof trees) - #117495 (Clarify `Unsize` documentation) - #117509 (Remove support for alias `-Z symbol-mangling-version`) - #117512 (Expand mem::offset_of! docs) 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 594283168c9..8e66083a390 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -817,7 +817,6 @@ fn test_unstable_options_tracking_hash() { tracked!(split_lto_unit, Some(true)); tracked!(src_hash_algorithm, Some(SourceFileHashAlgorithm::Sha1)); tracked!(stack_protector, StackProtector::All); - tracked!(symbol_mangling_version, Some(SymbolManglingVersion::V0)); tracked!(teach, true); tracked!(thinlto, Some(true)); tracked!(thir_unsafeck, true); |
