1. The Unstable Book
  2. Compiler flags
    1. allow_features
    2. autodiff
    3. branch_protection
    4. cf_protection
    5. codegen_backend
    6. codegen_options
    7. control_flow_guard
    8. coverage_options
    9. crate_attr
    10. debug_info_for_profiling
    11. debug_info_type_line_numbers
    12. default_visibility
    13. direct_access_external_data
    14. dump_mono_stats
    15. dump_mono_stats_format
    16. dylib_lto
    17. eagerly_emit_delayed_bugs
    18. embed_metadata
    19. embed_source
    20. emit_stack_sizes
    21. emscripten_wasm_eh
    22. env_set
    23. export_executable_symbols
    24. extern_options
    25. external_clangrt
    26. fixed_x18
    27. fmt_debug
    28. function_return
    29. instrument_xray
    30. link_native_libraries
    31. linker_features
    32. lint_llvm_ir
    33. llvm_module_flag
    34. location_detail
    35. min_function_alignment
    36. move_size_limit
    37. no_jump_tables
    38. no_parallel_llvm
    39. no_unique_section_names
    40. on_broken_pipe
    41. patchable_function_entry
    42. print_check_cfg
    43. print_crate_root_lint_levels
    44. print_supported_crate_types
    45. profile_sample_use
    46. randomize_layout
    47. reg_struct_return
    48. regparm
    49. remap_cwd_prefix
    50. remap_path_scope
    51. report_time
    52. rustc_bootstrap
    53. rustc_override_version_string
    54. sanitizer
    55. self_profile
    56. self_profile_events
    57. shell_argfiles
    58. small_data_threshold
    59. src_hash_algorithm
    60. temps_dir
    61. tiny_const_eval_limit
    62. tls_model
    63. track_diagnostics
    64. treat_err_as_bug
    65. ub_checks
    66. unsound_mir_opts
    67. verbose_asm
    68. virtual_function_elimination
    69. wasm_c_abi
  3. Language features
    1. aarch64_unstable_target_feature
    2. aarch64_ver_target_feature
    3. abi_avr_interrupt
    4. abi_c_cmse_nonsecure_call
    5. abi_gpu_kernel
    6. abi_msp430_interrupt
    7. abi_ptx
    8. abi_riscv_interrupt
    9. abi_unadjusted
    10. abi_vectorcall
    11. abi_x86_interrupt
    12. adt_const_params
    13. alloc_error_handler
    14. allocator_internals
    15. allow_internal_unsafe
    16. allow_internal_unstable
    17. anonymous_lifetime_in_impl_trait
    18. apx_target_feature
    19. arbitrary_self_types
    20. arbitrary_self_types_pointers
    21. arm_target_feature
    22. asm_experimental_arch
    23. asm_experimental_reg
    24. asm_goto_with_outputs
    25. asm_unwind
    26. associated_const_equality
    27. associated_type_defaults
    28. async_drop
    29. async_fn_in_dyn_trait
    30. async_fn_track_caller
    31. async_for_loop
    32. async_trait_bounds
    33. auto_traits
    34. avx10_target_feature
    35. box_patterns
    36. bpf_target_feature
    37. builtin_syntax
    38. c_variadic
    39. cfg_contract_checks
    40. cfg_emscripten_wasm_eh
    41. cfg_overflow_checks
    42. cfg_relocation_model
    43. cfg_sanitize
    44. cfg_sanitizer_cfi
    45. cfg_target_compact
    46. cfg_target_has_atomic
    47. cfg_target_has_atomic_equal_alignment
    48. cfg_target_has_reliable_f16_f128
    49. cfg_target_thread_local
    50. cfg_ub_checks
    51. cfg_version
    52. cfi_encoding
    53. closure_lifetime_binder
    54. closure_track_caller
    55. cmse_nonsecure_entry
    56. compiler_builtins
    57. const_async_blocks
    58. const_closures
    59. const_destruct
    60. const_for
    61. const_precise_live_drops
    62. const_trait_impl
    63. const_try
    64. contracts
    65. contracts_internals
    66. coroutine_clone
    67. coroutines
    68. coverage_attribute
    69. csky_target_feature
    70. custom_inner_attributes
    71. custom_mir
    72. custom_test_frameworks
    73. decl_macro
    74. default_field_values
    75. deprecated_safe
    76. deprecated_suggestion
    77. deref_patterns
    78. doc_auto_cfg
    79. doc_cfg
    80. doc_cfg_hide
    81. doc_masked
    82. doc_notable_trait
    83. dropck_eyepatch
    84. dyn_star
    85. ergonomic_clones
    86. ermsb_target_feature
    87. exhaustive_patterns
    88. explicit_extern_abis
    89. explicit_tail_calls
    90. export_stable
    91. extended_varargs_abi_support
    92. extern_system_varargs
    93. extern_types
    94. f128
    95. f16
    96. ffi_const
    97. ffi_pure
    98. fmt_debug
    99. fn_align
    100. fn_delegation
    101. freeze_impls
    102. frontmatter
    103. fundamental
    104. gen_blocks
    105. generic_arg_infer
    106. generic_assert
    107. generic_const_exprs
    108. generic_const_items
    109. generic_const_parameter_types
    110. generic_pattern_types
    111. global_registration
    112. guard_patterns
    113. half_open_range_patterns_in_slices
    114. hexagon_target_feature
    115. if_let_guard
    116. impl_trait_in_assoc_type
    117. impl_trait_in_bindings
    118. impl_trait_in_fn_trait_return
    119. import_trait_associated_functions
    120. inherent_associated_types
    121. intra_doc_pointers
    122. intrinsics
    123. keylocker_x86
    124. lahfsahf_target_feature
    125. lang_items
    126. large_assignments
    127. lazy_type_alias
    128. let_chains
    129. link_arg_attribute
    130. link_cfg
    131. link_llvm_intrinsics
    132. linkage
    133. loongarch_target_feature
    134. m68k_target_feature
    135. macro_metavar_expr
    136. macro_metavar_expr_concat
    137. marker_trait_attr
    138. min_generic_const_args
    139. min_specialization
    140. mips_target_feature
    141. more_maybe_bounds
    142. more_qualified_paths
    143. movrs_target_feature
    144. multiple_supertrait_upcastable
    145. must_not_suspend
    146. mut_ref
    147. naked_functions_rustic_abi
    148. naked_functions_target_feature
    149. native_link_modifiers_as_needed
    150. needs_panic_runtime
    151. negative_bounds
    152. negative_impls
    153. never_patterns
    154. never_type
    155. never_type_fallback
    156. new_range
    157. no_core
    158. no_sanitize
    159. non_exhaustive_omitted_patterns_lint
    160. non_lifetime_binders
    161. offset_of_enum
    162. offset_of_slice
    163. omit_gdb_pretty_printer_section
    164. optimize_attribute
    165. panic_runtime
    166. patchable_function_entry
    167. pattern_complexity_limit
    168. pattern_types
    169. pin_ergonomics
    170. postfix_match
    171. powerpc_target_feature
    172. prelude_import
    173. prfchw_target_feature
    174. proc_macro_hygiene
    175. profiler_runtime
    176. raw_dylib_elf
    177. ref_pat_eat_one_layer_2024
    178. ref_pat_eat_one_layer_2024_structural
    179. register_tool
    180. repr_simd
    181. repr128
    182. return_type_notation
    183. riscv_target_feature
    184. rtm_target_feature
    185. rust_cold_cc
    186. rustc_allow_const_fn_unstable
    187. rustc_attrs
    188. rustc_private
    189. rustdoc_internals
    190. rustdoc_missing_doc_code_examples
    191. s390x_target_feature
    192. sha512_sm_x86
    193. simd_ffi
    194. sparc_target_feature
    195. specialization
    196. sse4a_target_feature
    197. staged_api
    198. stmt_expr_attributes
    199. strict_provenance_lints
    200. string_deref_patterns
    201. structural_match
    202. super_let
    203. supertrait_item_shadowing
    204. tbm_target_feature
    205. test_unstable_lint
    206. thread_local
    207. trait_alias
    208. transmute_generic_consts
    209. transparent_unions
    210. trivial_bounds
    211. try_blocks
    212. type_alias_impl_trait
    213. type_changing_struct_update
    214. unboxed_closures
    215. unqualified_local_imports
    216. unsafe_binders
    217. unsafe_fields
    218. unsized_const_params
    219. unsized_fn_params
    220. unsized_locals
    221. used_with_arg
    222. wasm_target_feature
    223. where_clause_attrs
    224. with_negative_coherence
    225. x86_amx_intrinsics
    226. x87_target_feature
    227. xop_target_feature
    228. yeet_expr
    229. yield_expr
  4. Library Features
    1. abort_unwind
    2. acceptfilter
    3. addr_parse_ascii
    4. align_to_uninit_mut
    5. alloc_error_hook
    6. alloc_internals
    7. alloc_layout_extra
    8. allocator_api
    9. alloctests
    10. arc_is_unique
    11. array_chunks
    12. array_into_iter_constructors
    13. array_ptr_get
    14. array_repeat
    15. array_try_from_fn
    16. array_try_map
    17. array_windows
    18. as_array_of_cells
    19. ascii_char
    20. ascii_char_variants
    21. assert_matches
    22. async_fn_traits
    23. async_gen_internals
    24. async_iter_from_iter
    25. async_iterator
    26. atomic_from_mut
    27. atomic_internals
    28. atomic_try_update
    29. autodiff
    30. backtrace_frames
    31. bigint_helper_methods
    32. bikeshed_guaranteed_no_drop
    33. binary_heap_drain_sorted
    34. binary_heap_into_iter_sorted
    35. binary_heap_peek_mut_refresh
    36. bound_as_ref
    37. box_as_ptr
    38. box_into_boxed_slice
    39. box_into_inner
    40. box_vec_non_null
    41. breakpoint
    42. bstr
    43. bstr_internals
    44. btree_cursors
    45. btree_entry_insert
    46. btree_extract_if
    47. btree_set_entry
    48. btreemap_alloc
    49. buf_read_has_data_left
    50. bufreader_peek
    51. c_size_t
    52. c_void_variant
    53. can_vector
    54. cell_leak
    55. cfg_accessible
    56. cfg_eval
    57. cfg_select
    58. char_internals
    59. char_max_len
    60. clone_to_uninit
    61. cmp_minmax
    62. coerce_pointee_validated
    63. coerce_unsized
    64. cold_path
    65. concat_bytes
    66. concat_idents
    67. const_alloc_error
    68. const_array_each_ref
    69. const_btree_len
    70. const_carrying_mul_add
    71. const_deref
    72. const_eq_ignore_ascii_case
    73. const_eval_select
    74. const_format_args
    75. const_heap
    76. const_ops
    77. const_range_bounds
    78. const_raw_ptr_comparison
    79. const_slice_from_mut_ptr_range
    80. const_slice_from_ptr_range
    81. const_slice_make_iter
    82. const_slice_reverse
    83. const_split_off_first_last
    84. const_type_id
    85. const_type_name
    86. container_error_extra
    87. context_ext
    88. control_flow_into_value
    89. convert_float_to_int
    90. core_float_math
    91. core_intrinsics
    92. core_intrinsics_fallbacks
    93. core_io_borrowed_buf
    94. core_private_bignum
    95. core_private_diy_float
    96. coroutine_trait
    97. cow_is_borrowed
    98. cstr_bytes
    99. cstr_internals
    100. cursor_split
    101. deadline_api
    102. debug_closure_helpers
    103. dec2flt
    104. deref_pure_trait
    105. derive_clone_copy
    106. derive_coerce_pointee
    107. derive_const
    108. derive_eq
    109. dir_entry_ext2
    110. discriminant_kind
    111. disjoint_bitor
    112. dispatch_from_dyn
    113. downcast_unchecked
    114. drain_keep_rest
    115. duration_constants
    116. duration_constructors
    117. duration_constructors_lite
    118. duration_millis_float
    119. duration_units
    120. edition_panic
    121. error_generic_member_access
    122. error_iter
    123. error_reporter
    124. error_type_id
    125. exact_size_is_empty
    126. exclusive_wrapper
    127. exit_status_error
    128. exitcode_exit_method
    129. extend_one
    130. extend_one_unchecked
    131. fd
    132. fd_read
    133. file_buffered
    134. file_lock
    135. float_algebraic
    136. float_erf
    137. float_gamma
    138. float_minimum_maximum
    139. flt2dec
    140. fmt_helpers_for_derive
    141. fmt_internals
    142. fn_ptr_trait
    143. fn_traits
    144. forget_unsized
    145. format_args_nl
    146. formatting_options
    147. freeze
    148. future_join
    149. gen_future
    150. generic_assert_internals
    151. generic_atomic
    152. get_disjoint_mut_helpers
    153. get_mut_unchecked
    154. hash_set_entry
    155. hasher_prefixfree_extras
    156. hashmap_internals
    157. hint_must_use
    158. inplace_iteration
    159. int_from_ascii
    160. int_roundings
    161. integer_atomics
    162. internal_impls_macro
    163. internal_output_capture
    164. io_const_error
    165. io_const_error_internals
    166. io_error_inprogress
    167. io_error_more
    168. io_error_uncategorized
    169. io_slice_as_bytes
    170. ip
    171. ip_as_octets
    172. ip_from
    173. is_ascii_octdigit
    174. is_loongarch_feature_detected
    175. is_riscv_feature_detected
    176. isolate_most_least_significant_one
    177. iter_advance_by
    178. iter_array_chunks
    179. iter_chain
    180. iter_collect_into
    181. iter_from_coroutine
    182. iter_intersperse
    183. iter_is_partitioned
    184. iter_map_windows
    185. iter_next_chunk
    186. iter_order_by
    187. iter_partition_in_place
    188. iterator_try_collect
    189. iterator_try_reduce
    190. junction_point
    191. layout_for_ptr
    192. lazy_cell_into_inner
    193. lazy_get
    194. legacy_receiver_trait
    195. liballoc_internals
    196. libstd_sys_internals
    197. likely_unlikely
    198. linked_list_cursors
    199. linked_list_remove
    200. linked_list_retain
    201. linux_pidfd
    202. local_waker
    203. lock_value_accessors
    204. log_syntax
    205. map_try_insert
    206. mapped_lock_guards
    207. maybe_uninit_array_assume_init
    208. maybe_uninit_as_bytes
    209. maybe_uninit_fill
    210. maybe_uninit_slice
    211. maybe_uninit_uninit_array_transpose
    212. maybe_uninit_write_slice
    213. mem_copy_fn
    214. mixed_integer_ops_unsigned_sub
    215. more_float_constants
    216. mpmc_channel
    217. new_range_api
    218. new_zeroed_alloc
    219. next_index
    220. nonnull_provenance
    221. nonzero_bitwise
    222. nonzero_from_mut
    223. nonzero_internals
    224. nonzero_ops
    225. numfmt
    226. once_cell_get_mut
    227. once_cell_try
    228. once_cell_try_insert
    229. one_sided_range
    230. option_array_transpose
    231. option_zip
    232. os_str_slice
    233. os_string_pathbuf_leak
    234. os_string_truncate
    235. panic_abort
    236. panic_always_abort
    237. panic_backtrace_config
    238. panic_can_unwind
    239. panic_internals
    240. panic_payload_as_str
    241. panic_unwind
    242. panic_update_hook
    243. partial_ord_chaining_methods
    244. path_add_extension
    245. path_file_prefix
    246. pattern
    247. pattern_type_macro
    248. pattern_type_range_trait
    249. peer_credentials_unix_socket
    250. phantom_variance_markers
    251. pin_coerce_unsized_trait
    252. pointer_is_aligned_to
    253. pointer_like_trait
    254. pointer_try_cast_aligned
    255. portable_simd
    256. prelude_future
    257. prelude_next
    258. print_internals
    259. proc_macro_def_site
    260. proc_macro_diagnostic
    261. proc_macro_expand
    262. proc_macro_internals
    263. proc_macro_quote
    264. proc_macro_span
    265. proc_macro_totokens
    266. proc_macro_tracked_env
    267. proc_macro_value
    268. process_chroot
    269. process_exitcode_internals
    270. process_internals
    271. profiler_runtime_lib
    272. ptr_alignment_type
    273. ptr_as_ref_unchecked
    274. ptr_as_uninit
    275. ptr_internals
    276. ptr_mask
    277. ptr_metadata
    278. pub_crate_should_not_need_unstable_attr
    279. random
    280. range_bounds_is_empty
    281. range_into_bounds
    282. raw_os_error_ty
    283. raw_slice_split
    284. raw_vec_internals
    285. read_buf
    286. reentrant_lock
    287. restricted_std
    288. result_flattening
    289. round_char_boundary
    290. rt
    291. rwlock_downgrade
    292. sealed
    293. seek_io_take_position
    294. seek_stream_len
    295. set_ptr_value
    296. setgroups
    297. sgx_platform
    298. sized_type_properties
    299. slice_as_array
    300. slice_concat_ext
    301. slice_concat_trait
    302. slice_from_ptr_range
    303. slice_index_methods
    304. slice_internals
    305. slice_iter_mut_as_mut_slice
    306. slice_partition_dedup
    307. slice_pattern
    308. slice_ptr_get
    309. slice_range
    310. slice_split_once
    311. slice_swap_unchecked
    312. solid_ext
    313. sort_floats
    314. split_array
    315. split_as_slice
    316. std_internals
    317. stdarch_arm_feature_detection
    318. stdarch_mips_feature_detection
    319. stdarch_powerpc_feature_detection
    320. stdarch_s390x_feature_detection
    321. stdio_makes_pipe
    322. step_trait
    323. str_as_str
    324. str_from_raw_parts
    325. str_from_utf16_endian
    326. str_internals
    327. str_lines_remainder
    328. str_split_inclusive_remainder
    329. str_split_remainder
    330. str_split_whitespace_remainder
    331. strict_overflow_ops
    332. strict_provenance_atomic_ptr
    333. string_from_utf8_lossy_owned
    334. string_into_chars
    335. string_remove_matches
    336. substr_range
    337. sync_poison_mod
    338. sync_unsafe_cell
    339. tcp_deferaccept
    340. tcp_linger
    341. tcp_quickack
    342. tcplistener_into_incoming
    343. temporary_niche_types
    344. test
    345. thin_box
    346. thread_id_value
    347. thread_local_internals
    348. thread_raw
    349. thread_sleep_until
    350. thread_spawn_hook
    351. trace_macros
    352. track_path
    353. transmutability
    354. trusted_fused
    355. trusted_len
    356. trusted_len_next_unchecked
    357. trusted_random_access
    358. trusted_step
    359. try_find
    360. try_reserve_kind
    361. try_trait_v2
    362. try_trait_v2_residual
    363. try_trait_v2_yeet
    364. try_with_capacity
    365. tuple_trait
    366. type_ascription
    367. ub_checks
    368. uefi_std
    369. unchecked_neg
    370. unchecked_shifts
    371. unicode_internals
    372. unique_rc_arc
    373. unix_file_vectored_at
    374. unix_mkfifo
    375. unix_set_mark
    376. unix_socket_ancillary_data
    377. unix_socket_peek
    378. unsafe_cell_access
    379. unsafe_pinned
    380. unsigned_nonzero_div_ceil
    381. unsigned_signed_diff
    382. unsize
    383. unwrap_infallible
    384. update_panic_count
    385. utf16_extra
    386. variant_count
    387. vec_deque_iter_as_slices
    388. vec_deque_pop_if
    389. vec_deque_truncate_front
    390. vec_into_raw_parts
    391. vec_push_within_capacity
    392. vec_split_at_spare
    393. wasi_ext
    394. windows_by_handle
    395. windows_c
    396. windows_change_time
    397. windows_handle
    398. windows_net
    399. windows_process_exit_code_from
    400. windows_process_extensions_async_pipes
    401. windows_process_extensions_force_quotes
    402. windows_process_extensions_main_thread_handle
    403. windows_process_extensions_raw_attribute
    404. windows_process_extensions_show_window
    405. windows_process_extensions_startupinfo
    406. windows_stdio
    407. wrapping_int_impl
    408. wrapping_next_power_of_two
    409. write_all_vectored
    410. yeet_desugar_details