diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2023-11-02 17:34:05 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2023-11-02 18:41:33 +1100 |
| commit | 76103a8f6e838ca5bd9cf16b6236519c7c78e81d (patch) | |
| tree | 1409f825e15891b1ae0ebfbd1bc60584b9b673aa /compiler/rustc_interface/src | |
| parent | a9e1e43b561aa1c3d5500b5b8b82c6e3ba05cc6c (diff) | |
| download | rust-76103a8f6e838ca5bd9cf16b6236519c7c78e81d.tar.gz rust-76103a8f6e838ca5bd9cf16b6236519c7c78e81d.zip | |
Remove support for alias `-Z symbol-mangling-version`
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); |
