Add unstable -Zdefault-hidden-visibility
cmdline flag for rustc
.
The new flag has been described in the Major Change Proposal at https://github.com/rust-lang/compiler-team/issues/656
This commit is contained in:
parent
56d25ba5ea
commit
981c4e3ce6
10 changed files with 66 additions and 8 deletions
|
@ -748,6 +748,7 @@ fn test_unstable_options_tracking_hash() {
|
|||
tracked!(cross_crate_inline_threshold, InliningThreshold::Always);
|
||||
tracked!(debug_info_for_profiling, true);
|
||||
tracked!(debug_macros, true);
|
||||
tracked!(default_hidden_visibility, Some(true));
|
||||
tracked!(dep_info_omit_d_target, true);
|
||||
tracked!(dual_proc_macros, true);
|
||||
tracked!(dwarf_version, Some(5));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue