Struct rustdoc::core::UnstableOptions

source ·
pub(crate) struct UnstableOptions {
Show 196 fields pub allow_features: Option<Vec<String>>, pub always_encode_mir: bool, pub asm_comments: bool, pub assert_incr_state: Option<String>, pub assume_incomplete_release: bool, pub binary_dep_depinfo: bool, pub box_noalias: bool, pub branch_protection: Option<BranchProtection>, pub cf_protection: CFProtection, pub check_cfg_all_expected: bool, pub codegen_backend: Option<String>, pub collapse_macro_debuginfo: CollapseMacroDebuginfo, pub combine_cgu: bool, pub coverage_options: CoverageOptions, pub crate_attr: Vec<String>, pub cross_crate_inline_threshold: InliningThreshold, pub debug_info_for_profiling: bool, pub debug_macros: bool, pub debuginfo_compression: DebugInfoCompression, pub deduplicate_diagnostics: bool, pub default_hidden_visibility: Option<bool>, pub dep_info_omit_d_target: bool, pub direct_access_external_data: Option<bool>, pub dual_proc_macros: bool, pub dump_dep_graph: bool, pub dump_mir: Option<String>, pub dump_mir_dataflow: bool, pub dump_mir_dir: String, pub dump_mir_exclude_pass_number: bool, pub dump_mir_graphviz: bool, pub dump_mono_stats: SwitchWithOptPath, pub dump_mono_stats_format: DumpMonoStatsFormat, pub dwarf_version: Option<u32>, pub dylib_lto: bool, pub eagerly_emit_delayed_bugs: bool, pub ehcont_guard: bool, pub emit_stack_sizes: bool, pub emit_thin_lto: bool, pub export_executable_symbols: bool, pub external_clangrt: bool, pub extra_const_ub_checks: bool, pub fewer_names: Option<bool>, pub flatten_format_args: bool, pub force_unstable_if_unmarked: bool, pub fuel: Option<(String, u64)>, pub function_return: FunctionReturn, pub function_sections: Option<bool>, pub future_incompat_test: bool, pub graphviz_dark_mode: bool, pub graphviz_font: String, pub has_thread_local: Option<bool>, pub hir_stats: bool, pub human_readable_cgu_names: bool, pub identify_regions: bool, pub ignore_directory_in_diagnostics_source_blocks: Vec<String>, pub incremental_ignore_spans: bool, pub incremental_info: bool, pub incremental_verify_ich: bool, pub inline_in_all_cgus: Option<bool>, pub inline_llvm: bool, pub inline_mir: Option<bool>, pub inline_mir_hint_threshold: Option<usize>, pub inline_mir_preserve_debug: Option<bool>, pub inline_mir_threshold: Option<usize>, pub input_stats: bool, pub instrument_mcount: bool, pub instrument_xray: Option<InstrumentXRay>, pub layout_seed: Option<u64>, pub link_directives: bool, pub link_native_libraries: bool, pub link_only: bool, pub linker_features: LinkerFeaturesCli, pub lint_mir: bool, pub llvm_module_flag: Vec<(String, u32, String)>, pub llvm_plugins: Vec<String>, pub llvm_time_trace: bool, pub location_detail: LocationDetail, pub ls: Vec<String>, pub macro_backtrace: bool, pub maximal_hir_to_mir_coverage: bool, pub merge_functions: Option<MergeFunctions>, pub meta_stats: bool, pub mir_emit_retag: bool, pub mir_enable_passes: Vec<(String, bool)>, pub mir_include_spans: bool, pub mir_keep_place_mention: bool, pub mir_opt_level: Option<usize>, pub move_size_limit: Option<usize>, pub mutable_noalias: bool, pub next_solver: Option<NextSolverConfig>, pub nll_facts: bool, pub nll_facts_dir: String, pub no_analysis: bool, pub no_codegen: bool, pub no_generate_arange_section: bool, pub no_implied_bounds_compat: bool, pub no_jump_tables: bool, pub no_leak_check: bool, pub no_link: bool, pub no_parallel_backend: bool, pub no_profiler_runtime: bool, pub no_trait_vptr: bool, pub no_unique_section_names: bool, pub normalize_docs: bool, pub oom: OomStrategy, pub osx_rpath_install_name: bool, pub packed_bundled_libs: bool, pub panic_abort_tests: bool, pub panic_in_drop: PanicStrategy, pub parse_only: bool, pub plt: Option<bool>, pub polonius: Polonius, pub polymorphize: bool, pub pre_link_arg: (), pub pre_link_args: Vec<String>, pub precise_enum_drop_elaboration: bool, pub print_codegen_stats: bool, pub print_fuel: Option<String>, pub print_llvm_passes: bool, pub print_mono_items: Option<String>, pub print_type_sizes: bool, pub print_vtable_sizes: bool, pub proc_macro_backtrace: bool, pub proc_macro_execution_strategy: ProcMacroExecutionStrategy, pub profile: bool, pub profile_closures: bool, pub profile_emit: Option<PathBuf>, pub profile_sample_use: Option<PathBuf>, pub profiler_runtime: String, pub query_dep_graph: bool, pub randomize_layout: bool, pub relax_elf_relocations: Option<bool>, pub remap_cwd_prefix: Option<PathBuf>, pub remap_path_scope: RemapPathScopeComponents, pub remark_dir: Option<PathBuf>, pub sanitizer: SanitizerSet, pub sanitizer_cfi_canonical_jump_tables: Option<bool>, pub sanitizer_cfi_generalize_pointers: Option<bool>, pub sanitizer_cfi_normalize_integers: Option<bool>, pub sanitizer_dataflow_abilist: Vec<String>, pub sanitizer_memory_track_origins: usize, pub sanitizer_recover: SanitizerSet, pub saturating_float_casts: Option<bool>, pub self_profile: SwitchWithOptPath, pub self_profile_counter: String, pub self_profile_events: Option<Vec<String>>, pub share_generics: Option<bool>, pub shell_argfiles: bool, pub show_span: Option<String>, pub simulate_remapped_rust_src_base: Option<PathBuf>, pub span_debug: bool, pub span_free_formats: bool, pub split_dwarf_inlining: bool, pub split_dwarf_kind: SplitDwarfKind, pub split_lto_unit: Option<bool>, pub src_hash_algorithm: Option<SourceFileHashAlgorithm>, pub stack_protector: StackProtector, pub staticlib_allow_rdylib_deps: bool, pub staticlib_prefer_dynamic: bool, pub strict_init_checks: bool, pub teach: bool, pub temps_dir: Option<String>, pub terminal_urls: TerminalUrl, pub thinlto: Option<bool>, pub threads: usize, pub time_llvm_passes: bool, pub time_passes: bool, pub time_passes_format: TimePassesFormat, pub tiny_const_eval_limit: bool, pub tls_model: Option<TlsModel>, pub trace_macros: bool, pub track_diagnostics: bool, pub translate_additional_ftl: Option<PathBuf>, pub translate_directionality_markers: bool, pub translate_lang: Option<LanguageIdentifier>, pub translate_remapped_path_to_local_path: bool, pub trap_unreachable: Option<bool>, pub treat_err_as_bug: Option<NonZero<usize>>, pub trim_diagnostic_paths: bool, pub tune_cpu: Option<String>, pub ub_checks: Option<bool>, pub ui_testing: bool, pub uninit_const_chunk_threshold: usize, pub unleash_the_miri_inside_of_you: bool, pub unpretty: Option<String>, pub unsound_mir_opts: bool, pub unstable_options: bool, pub use_ctors_section: Option<bool>, pub use_sync_unwind: Option<bool>, pub validate_mir: bool, pub verbose_internals: bool, pub verify_llvm_ir: bool, pub virtual_function_elimination: bool, pub wasi_exec_model: Option<WasiExecModel>, pub wasm_c_abi: WasmCAbi, pub write_long_types_to_disk: bool,
}

Fields§

§allow_features: Option<Vec<String>>§always_encode_mir: bool§asm_comments: bool§assert_incr_state: Option<String>§assume_incomplete_release: bool§binary_dep_depinfo: bool§box_noalias: bool§branch_protection: Option<BranchProtection>§cf_protection: CFProtection§check_cfg_all_expected: bool§codegen_backend: Option<String>§collapse_macro_debuginfo: CollapseMacroDebuginfo§combine_cgu: bool§coverage_options: CoverageOptions§crate_attr: Vec<String>§cross_crate_inline_threshold: InliningThreshold§debug_info_for_profiling: bool§debug_macros: bool§debuginfo_compression: DebugInfoCompression§deduplicate_diagnostics: bool§default_hidden_visibility: Option<bool>§dep_info_omit_d_target: bool§direct_access_external_data: Option<bool>§dual_proc_macros: bool§dump_dep_graph: bool§dump_mir: Option<String>§dump_mir_dataflow: bool§dump_mir_dir: String§dump_mir_exclude_pass_number: bool§dump_mir_graphviz: bool§dump_mono_stats: SwitchWithOptPath§dump_mono_stats_format: DumpMonoStatsFormat§dwarf_version: Option<u32>§dylib_lto: bool§eagerly_emit_delayed_bugs: bool§ehcont_guard: bool§emit_stack_sizes: bool§emit_thin_lto: bool§export_executable_symbols: bool§external_clangrt: bool§extra_const_ub_checks: bool§fewer_names: Option<bool>§flatten_format_args: bool§force_unstable_if_unmarked: bool§fuel: Option<(String, u64)>§function_return: FunctionReturn§function_sections: Option<bool>§future_incompat_test: bool§graphviz_dark_mode: bool§graphviz_font: String§has_thread_local: Option<bool>§hir_stats: bool§human_readable_cgu_names: bool§identify_regions: bool§ignore_directory_in_diagnostics_source_blocks: Vec<String>§incremental_ignore_spans: bool§incremental_info: bool§incremental_verify_ich: bool§inline_in_all_cgus: Option<bool>§inline_llvm: bool§inline_mir: Option<bool>§inline_mir_hint_threshold: Option<usize>§inline_mir_preserve_debug: Option<bool>§inline_mir_threshold: Option<usize>§input_stats: bool§instrument_mcount: bool§instrument_xray: Option<InstrumentXRay>§layout_seed: Option<u64>§link_directives: bool§link_native_libraries: bool§link_only: bool§linker_features: LinkerFeaturesCli§lint_mir: bool§llvm_module_flag: Vec<(String, u32, String)>§llvm_plugins: Vec<String>§llvm_time_trace: bool§location_detail: LocationDetail§ls: Vec<String>§macro_backtrace: bool§maximal_hir_to_mir_coverage: bool§merge_functions: Option<MergeFunctions>§meta_stats: bool§mir_emit_retag: bool§mir_enable_passes: Vec<(String, bool)>§mir_include_spans: bool§mir_keep_place_mention: bool§mir_opt_level: Option<usize>§move_size_limit: Option<usize>§mutable_noalias: bool§next_solver: Option<NextSolverConfig>§nll_facts: bool§nll_facts_dir: String§no_analysis: bool§no_codegen: bool§no_generate_arange_section: bool§no_implied_bounds_compat: bool§no_jump_tables: bool§no_leak_check: bool§no_link: bool§no_parallel_backend: bool§no_profiler_runtime: bool§no_trait_vptr: bool§no_unique_section_names: bool§normalize_docs: bool§oom: OomStrategy§osx_rpath_install_name: bool§packed_bundled_libs: bool§panic_abort_tests: bool§panic_in_drop: PanicStrategy§parse_only: bool§plt: Option<bool>§polonius: Polonius§polymorphize: bool§pre_link_arg: ()§pre_link_args: Vec<String>§precise_enum_drop_elaboration: bool§print_codegen_stats: bool§print_fuel: Option<String>§print_llvm_passes: bool§print_mono_items: Option<String>§print_type_sizes: bool§print_vtable_sizes: bool§proc_macro_backtrace: bool§proc_macro_execution_strategy: ProcMacroExecutionStrategy§profile: bool§profile_closures: bool§profile_emit: Option<PathBuf>§profile_sample_use: Option<PathBuf>§profiler_runtime: String§query_dep_graph: bool§randomize_layout: bool§relax_elf_relocations: Option<bool>§remap_cwd_prefix: Option<PathBuf>§remap_path_scope: RemapPathScopeComponents§remark_dir: Option<PathBuf>§sanitizer: SanitizerSet§sanitizer_cfi_canonical_jump_tables: Option<bool>§sanitizer_cfi_generalize_pointers: Option<bool>§sanitizer_cfi_normalize_integers: Option<bool>§sanitizer_dataflow_abilist: Vec<String>§sanitizer_memory_track_origins: usize§sanitizer_recover: SanitizerSet§saturating_float_casts: Option<bool>§self_profile: SwitchWithOptPath§self_profile_counter: String§self_profile_events: Option<Vec<String>>

keep this in sync with the event filter names in librustc_data_structures/profiling.rs

§share_generics: Option<bool>§shell_argfiles: bool§show_span: Option<String>§simulate_remapped_rust_src_base: Option<PathBuf>§span_debug: bool§span_free_formats: bool

o/w tests have closure@path

§split_dwarf_inlining: bool§split_dwarf_kind: SplitDwarfKind§split_lto_unit: Option<bool>§src_hash_algorithm: Option<SourceFileHashAlgorithm>§stack_protector: StackProtector§staticlib_allow_rdylib_deps: bool§staticlib_prefer_dynamic: bool§strict_init_checks: bool§teach: bool§temps_dir: Option<String>§terminal_urls: TerminalUrl§thinlto: Option<bool>§threads: usize

We default to 1 here since we want to behave like a sequential compiler for now. This’ll likely be adjusted in the future. Note that -Zthreads=0 is the way to get the num_cpus behavior.

§time_llvm_passes: bool§time_passes: bool§time_passes_format: TimePassesFormat§tiny_const_eval_limit: bool§tls_model: Option<TlsModel>§trace_macros: bool§track_diagnostics: bool§translate_additional_ftl: Option<PathBuf>§translate_directionality_markers: bool§translate_lang: Option<LanguageIdentifier>§translate_remapped_path_to_local_path: bool§trap_unreachable: Option<bool>§treat_err_as_bug: Option<NonZero<usize>>§trim_diagnostic_paths: bool§tune_cpu: Option<String>§ub_checks: Option<bool>§ui_testing: bool§uninit_const_chunk_threshold: usize§unleash_the_miri_inside_of_you: bool§unpretty: Option<String>§unsound_mir_opts: bool§unstable_options: bool

This name is kind of confusing: Most unstable options enable something themselves, while this just allows “normal” options to be feature-gated.

§use_ctors_section: Option<bool>§use_sync_unwind: Option<bool>§validate_mir: bool§verbose_internals: bool§verify_llvm_ir: bool§virtual_function_elimination: bool§wasi_exec_model: Option<WasiExecModel>§wasm_c_abi: WasmCAbi§write_long_types_to_disk: bool

Implementations§

Trait Implementations§

source§

impl Clone for UnstableOptions

source§

fn clone(&self) -> UnstableOptions

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for UnstableOptions

source§

fn default() -> UnstableOptions

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Aligned for T

source§

const ALIGN: Alignment = _

Alignment of Self.
source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T, R> CollectAndApply<T, R> for T

source§

fn collect_and_apply<I, F>(iter: I, f: F) -> R
where I: Iterator<Item = T>, F: FnOnce(&[T]) -> R,

Equivalent to f(&iter.collect::<Vec<_>>()).

§

type Output = R

§

impl<T> Filterable for T

§

fn filterable( self, filter_name: &'static str ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>

Creates a filterable data provider with the given name for debugging. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<P> IntoQueryParam<P> for P

source§

impl<T> MaybeResult<T> for T

§

type Error = !

source§

fn from(_: Result<T, <T as MaybeResult<T>>::Error>) -> T

source§

fn to_result(self) -> Result<T, <T as MaybeResult<T>>::Error>

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<'tcx, T> ToPredicate<'tcx, T> for T

source§

fn to_predicate(self, _tcx: TyCtxt<'tcx>) -> T

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<Tcx, T> Value<Tcx> for T
where Tcx: DepContext,

source§

default fn from_cycle_error( tcx: Tcx, cycle_error: &CycleError, _guar: ErrorGuaranteed ) -> T

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<'a, T> Captures<'a> for T
where T: ?Sized,

source§

impl<'a, T> Captures<'a> for T
where T: ?Sized,

§

impl<T> ErasedDestructor for T
where T: 'static,

§

impl<T> MaybeSendSync for T
where T: Send + Sync,

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 1152 bytes