diff options
| author | bors <bors@rust-lang.org> | 2023-08-27 19:37:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-08-27 19:37:21 +0000 |
| commit | 8550f15e148407159af401e02b1d9259762b3496 (patch) | |
| tree | dc44bfab303d0a593857bdd6cddf13b388a7cd55 /compiler/rustc_interface/src | |
| parent | 668bf8c5932933255ba278f50fdbe308f7abe60f (diff) | |
| parent | 84891c229c056c2aed7a8c6b9e3a40a12f8c29c6 (diff) | |
| download | rust-8550f15e148407159af401e02b1d9259762b3496.tar.gz rust-8550f15e148407159af401e02b1d9259762b3496.zip | |
Auto merge of #115281 - GuillaumeGomez:rollup-yr05a54, r=GuillaumeGomez
Rollup of 3 pull requests Successful merges: - #114974 (Add an (perma-)unstable option to disable vtable vptr) - #115261 (replace outdated github username 'ozkanonur') - #115266 (Unify CSS color formats a bit more) 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, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index db669ca7250..448d3503d23 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -807,6 +807,7 @@ fn test_unstable_options_tracking_hash() { tracked!(no_jump_tables, true); tracked!(no_link, true); tracked!(no_profiler_runtime, true); + tracked!(no_trait_vptr, true); tracked!(no_unique_section_names, true); tracked!(oom, OomStrategy::Panic); tracked!(osx_rpath_install_name, true); |
