diff options
| author | bors <bors@rust-lang.org> | 2024-10-01 19:29:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-01 19:29:26 +0000 |
| commit | 06bb8364aaffefb0ce67e5f5445e66ec99c1f66e (patch) | |
| tree | 125c6ee0daa1b5a811daf51166fa4e63f72a69d8 /compiler/rustc_interface/src | |
| parent | c817d5dc2050ec443516f9700c19b1419593a83d (diff) | |
| parent | bd5ee830c437d89e97c573978ba045d965b1327f (diff) | |
| download | rust-06bb8364aaffefb0ce67e5f5445e66ec99c1f66e.tar.gz rust-06bb8364aaffefb0ce67e5f5445e66ec99c1f66e.zip | |
Auto merge of #131111 - matthiaskrgr:rollup-n6do187, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - #130005 (Replace -Z default-hidden-visibility with -Z default-visibility) - #130229 (ptr::add/sub: do not claim equivalence with `offset(c as isize)`) - #130773 (Update Unicode escapes in `/library/core/src/char/methods.rs`) - #130933 (rustdoc: lists items that contain multiple paragraphs are more clear) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 57aa3deae80..895897eca6b 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -770,7 +770,7 @@ fn test_unstable_options_tracking_hash() { tracked!(crate_attr, vec!["abc".to_string()]); tracked!(cross_crate_inline_threshold, InliningThreshold::Always); tracked!(debug_info_for_profiling, true); - tracked!(default_hidden_visibility, Some(true)); + tracked!(default_visibility, Some(rustc_target::spec::SymbolVisibility::Hidden)); tracked!(dep_info_omit_d_target, true); tracked!(direct_access_external_data, Some(true)); tracked!(dual_proc_macros, true); |
