1. The Unstable Book
  2. 1. Compiler flags
    1. 1.1. branch_protection
    2. 1.2. cf_protection
    3. 1.3. check_cfg
    4. 1.4. codegen_backend
    5. 1.5. codegen_options
    6. 1.6. control_flow_guard
    7. 1.7. debug_info_for_profiling
    8. 1.8. default_hidden_visibility
    9. 1.9. dump_mono_stats
    10. 1.10. dump_mono_stats_format
    11. 1.11. dwarf_version
    12. 1.12. dylib_lto
    13. 1.13. emit_stack_sizes
    14. 1.14. env_set
    15. 1.15. export_executable_symbols
    16. 1.16. extern_options
    17. 1.17. function_return
    18. 1.18. instrument_xray
    19. 1.19. link_native_libraries
    20. 1.20. llvm_module_flag
    21. 1.21. location_detail
    22. 1.22. move_size_limit
    23. 1.23. no_jump_tables
    24. 1.24. no_parallel_llvm
    25. 1.25. no_unique_section_names
    26. 1.26. profile
    27. 1.27. profile_sample_use
    28. 1.28. remap_cwd_prefix
    29. 1.29. remap_path_scope
    30. 1.30. report_time
    31. 1.31. sanitizer
    32. 1.32. self_profile
    33. 1.33. self_profile_events
    34. 1.34. shell_argfiles
    35. 1.35. src_hash_algorithm
    36. 1.36. temps_dir
    37. 1.37. tiny_const_eval_limit
    38. 1.38. tls_model
    39. 1.39. unsound_mir_opts
    40. 1.40. virtual_function_elimination
  3. 2. Language features
    1. 2.1. aarch64_ver_target_feature
    2. 2.2. abi_avr_interrupt
    3. 2.3. abi_c_cmse_nonsecure_call
    4. 2.4. abi_msp430_interrupt
    5. 2.5. abi_ptx
    6. 2.6. abi_riscv_interrupt
    7. 2.7. abi_unadjusted
    8. 2.8. abi_vectorcall
    9. 2.9. abi_x86_interrupt
    10. 2.10. adt_const_params
    11. 2.11. alloc_error_handler
    12. 2.12. allocator_internals
    13. 2.13. allow_internal_unsafe
    14. 2.14. allow_internal_unstable
    15. 2.15. anonymous_lifetime_in_impl_trait
    16. 2.16. arbitrary_self_types
    17. 2.17. arm_target_feature
    18. 2.18. asm_const
    19. 2.19. asm_experimental_arch
    20. 2.20. asm_unwind
    21. 2.21. associated_const_equality
    22. 2.22. associated_type_bounds
    23. 2.23. associated_type_defaults
    24. 2.24. async_closure
    25. 2.25. async_fn_track_caller
    26. 2.26. async_for_loop
    27. 2.27. auto_traits
    28. 2.28. avx512_target_feature
    29. 2.29. box_patterns
    30. 2.30. bpf_target_feature
    31. 2.31. builtin_syntax
    32. 2.32. c_unwind
    33. 2.33. c_variadic
    34. 2.34. cfg_overflow_checks
    35. 2.35. cfg_relocation_model
    36. 2.36. cfg_sanitize
    37. 2.37. cfg_sanitizer_cfi
    38. 2.38. cfg_target_abi
    39. 2.39. cfg_target_compact
    40. 2.40. cfg_target_has_atomic
    41. 2.41. cfg_target_has_atomic_equal_alignment
    42. 2.42. cfg_target_thread_local
    43. 2.43. cfg_version
    44. 2.44. cfi_encoding
    45. 2.45. closure_lifetime_binder
    46. 2.46. closure_track_caller
    47. 2.47. cmse_nonsecure_entry
    48. 2.48. collapse_debuginfo
    49. 2.49. compiler_builtins
    50. 2.50. const_async_blocks
    51. 2.51. const_closures
    52. 2.52. const_extern_fn
    53. 2.53. const_fn_floating_point_arithmetic
    54. 2.54. const_for
    55. 2.55. const_mut_refs
    56. 2.56. const_precise_live_drops
    57. 2.57. const_refs_to_cell
    58. 2.58. const_trait_impl
    59. 2.59. const_try
    60. 2.60. coroutine_clone
    61. 2.61. coroutines
    62. 2.62. coverage_attribute
    63. 2.63. csky_target_feature
    64. 2.64. custom_code_classes_in_docs
    65. 2.65. custom_inner_attributes
    66. 2.66. custom_mir
    67. 2.67. custom_test_frameworks
    68. 2.68. decl_macro
    69. 2.69. default_type_parameter_fallback
    70. 2.70. deprecated_safe
    71. 2.71. deprecated_suggestion
    72. 2.72. diagnostic_namespace
    73. 2.73. do_not_recommend
    74. 2.74. doc_auto_cfg
    75. 2.75. doc_cfg
    76. 2.76. doc_cfg_hide
    77. 2.77. doc_masked
    78. 2.78. doc_notable_trait
    79. 2.79. dropck_eyepatch
    80. 2.80. dyn_star
    81. 2.81. effects
    82. 2.82. ermsb_target_feature
    83. 2.83. exclusive_range_pattern
    84. 2.84. exhaustive_patterns
    85. 2.85. explicit_tail_calls
    86. 2.86. extended_varargs_abi_support
    87. 2.87. extern_types
    88. 2.88. ffi_const
    89. 2.89. ffi_pure
    90. 2.90. ffi_returns_twice
    91. 2.91. fn_align
    92. 2.92. fn_delegation
    93. 2.93. fundamental
    94. 2.94. gen_blocks
    95. 2.95. generic_arg_infer
    96. 2.96. generic_assert
    97. 2.97. generic_associated_types_extended
    98. 2.98. generic_const_exprs
    99. 2.99. generic_const_items
    100. 2.100. half_open_range_patterns_in_slices
    101. 2.101. hexagon_target_feature
    102. 2.102. if_let_guard
    103. 2.103. impl_trait_in_assoc_type
    104. 2.104. impl_trait_in_fn_trait_return
    105. 2.105. imported_main
    106. 2.106. inherent_associated_types
    107. 2.107. inline_const
    108. 2.108. inline_const_pat
    109. 2.109. intra_doc_pointers
    110. 2.110. intrinsics
    111. 2.111. lang_items
    112. 2.112. large_assignments
    113. 2.113. lazy_type_alias
    114. 2.114. let_chains
    115. 2.115. lifetime_capture_rules_2024
    116. 2.116. link_arg_attribute
    117. 2.117. link_cfg
    118. 2.118. link_llvm_intrinsics
    119. 2.119. linkage
    120. 2.120. lint_reasons
    121. 2.121. loongarch_target_feature
    122. 2.122. macro_metavar_expr
    123. 2.123. marker_trait_attr
    124. 2.124. min_exhaustive_patterns
    125. 2.125. min_specialization
    126. 2.126. mips_target_feature
    127. 2.127. more_qualified_paths
    128. 2.128. multiple_supertrait_upcastable
    129. 2.129. must_not_suspend
    130. 2.130. naked_functions
    131. 2.131. native_link_modifiers_as_needed
    132. 2.132. needs_panic_runtime
    133. 2.133. negative_bounds
    134. 2.134. negative_impls
    135. 2.135. never_patterns
    136. 2.136. never_type
    137. 2.137. never_type_fallback
    138. 2.138. no_core
    139. 2.139. no_sanitize
    140. 2.140. non_exhaustive_omitted_patterns_lint
    141. 2.141. non_lifetime_binders
    142. 2.142. object_safe_for_dispatch
    143. 2.143. offset_of_enum
    144. 2.144. offset_of_nested
    145. 2.145. omit_gdb_pretty_printer_section
    146. 2.146. optimize_attribute
    147. 2.147. panic_runtime
    148. 2.148. platform_intrinsics
    149. 2.149. powerpc_target_feature
    150. 2.150. prelude_import
    151. 2.151. proc_macro_hygiene
    152. 2.152. profiler_runtime
    153. 2.153. raw_ref_op
    154. 2.154. register_tool
    155. 2.155. repr_simd
    156. 2.156. repr128
    157. 2.157. return_type_notation
    158. 2.158. riscv_target_feature
    159. 2.159. rtm_target_feature
    160. 2.160. rust_cold_cc
    161. 2.161. rustc_allow_const_fn_unstable
    162. 2.162. rustc_attrs
    163. 2.163. rustc_private
    164. 2.164. rustdoc_internals
    165. 2.165. rustdoc_missing_doc_code_examples
    166. 2.166. simd_ffi
    167. 2.167. specialization
    168. 2.168. sse4a_target_feature
    169. 2.169. staged_api
    170. 2.170. start
    171. 2.171. stmt_expr_attributes
    172. 2.172. strict_provenance
    173. 2.173. string_deref_patterns
    174. 2.174. structural_match
    175. 2.175. target_feature_11
    176. 2.176. tbm_target_feature
    177. 2.177. test_unstable_lint
    178. 2.178. thread_local
    179. 2.179. trait_alias
    180. 2.180. trait_upcasting
    181. 2.181. transmute_generic_consts
    182. 2.182. transparent_unions
    183. 2.183. trivial_bounds
    184. 2.184. try_blocks
    185. 2.185. type_alias_impl_trait
    186. 2.186. type_ascription
    187. 2.187. type_changing_struct_update
    188. 2.188. type_privacy_lints
    189. 2.189. unboxed_closures
    190. 2.190. unix_sigpipe
    191. 2.191. unnamed_fields
    192. 2.192. unsized_fn_params
    193. 2.193. unsized_locals
    194. 2.194. unsized_tuple_coercion
    195. 2.195. used_with_arg
    196. 2.196. wasm_abi
    197. 2.197. wasm_target_feature
    198. 2.198. with_negative_coherence
    199. 2.199. yeet_expr
  4. 3. Library Features
    1. 3.1. absolute_path
    2. 3.2. addr_parse_ascii
    3. 3.3. alloc_error_hook
    4. 3.4. alloc_internals
    5. 3.5. alloc_layout_extra
    6. 3.6. allocator_api
    7. 3.7. array_chunks
    8. 3.8. array_into_iter_constructors
    9. 3.9. array_try_from_fn
    10. 3.10. array_try_map
    11. 3.11. array_windows
    12. 3.12. as_array_of_cells
    13. 3.13. ascii_char
    14. 3.14. ascii_char_variants
    15. 3.15. assert_matches
    16. 3.16. async_fn_traits
    17. 3.17. async_gen_internals
    18. 3.18. async_iter_from_iter
    19. 3.19. async_iterator
    20. 3.20. atomic_bool_fetch_not
    21. 3.21. atomic_from_mut
    22. 3.22. backtrace_frames
    23. 3.23. bigint_helper_methods
    24. 3.24. binary_heap_as_slice
    25. 3.25. binary_heap_drain_sorted
    26. 3.26. binary_heap_into_iter_sorted
    27. 3.27. bound_as_ref
    28. 3.28. box_into_boxed_slice
    29. 3.29. box_into_inner
    30. 3.30. btree_cursors
    31. 3.31. btree_extract_if
    32. 3.32. btreemap_alloc
    33. 3.33. buf_read_has_data_left
    34. 3.34. bufread_skip_until
    35. 3.35. byte_slice_trim_ascii
    36. 3.36. c_size_t
    37. 3.37. c_void_variant
    38. 3.38. can_vector
    39. 3.39. cell_leak
    40. 3.40. cell_update
    41. 3.41. cfg_accessible
    42. 3.42. cfg_eval
    43. 3.43. cfg_match
    44. 3.44. char_indices_offset
    45. 3.45. char_internals
    46. 3.46. char_min
    47. 3.47. cmp_minmax
    48. 3.48. coerce_unsized
    49. 3.49. concat_bytes
    50. 3.50. concat_idents
    51. 3.51. const_align_of_val
    52. 3.52. const_align_of_val_raw
    53. 3.53. const_align_offset
    54. 3.54. const_alloc_error
    55. 3.55. const_alloc_layout
    56. 3.56. const_arguments_as_str
    57. 3.57. const_array_from_ref
    58. 3.58. const_array_into_iter_constructors
    59. 3.59. const_atomic_from_ptr
    60. 3.60. const_bigint_helper_methods
    61. 3.61. const_binary_heap_constructor
    62. 3.62. const_black_box
    63. 3.63. const_box
    64. 3.64. const_btree_len
    65. 3.65. const_caller_location
    66. 3.66. const_cell_into_inner
    67. 3.67. const_char_from_u32_unchecked
    68. 3.68. const_cmp
    69. 3.69. const_collections_with_hasher
    70. 3.70. const_cow_is_borrowed
    71. 3.71. const_cstr_from_ptr
    72. 3.72. const_eval_select
    73. 3.73. const_exact_div
    74. 3.74. const_float_bits_conv
    75. 3.75. const_float_classify
    76. 3.76. const_fmt_arguments_new
    77. 3.77. const_format_args
    78. 3.78. const_hash
    79. 3.79. const_heap
    80. 3.80. const_hint_assert_unchecked
    81. 3.81. const_index_range_slice_index
    82. 3.82. const_int_unchecked_arith
    83. 3.83. const_intoiterator_identity
    84. 3.84. const_intrinsic_compare_bytes
    85. 3.85. const_intrinsic_forget
    86. 3.86. const_intrinsic_raw_eq
    87. 3.87. const_io_structs
    88. 3.88. const_ip
    89. 3.89. const_ipv4
    90. 3.90. const_ipv6
    91. 3.91. const_likely
    92. 3.92. const_location_fields
    93. 3.93. const_maybe_uninit_array_assume_init
    94. 3.94. const_maybe_uninit_as_mut_ptr
    95. 3.95. const_maybe_uninit_assume_init
    96. 3.96. const_maybe_uninit_uninit_array
    97. 3.97. const_maybe_uninit_write
    98. 3.98. const_nonnull_new
    99. 3.99. const_num_midpoint
    100. 3.100. const_option
    101. 3.101. const_option_ext
    102. 3.102. const_pin
    103. 3.103. const_pointer_is_aligned
    104. 3.104. const_pref_align_of
    105. 3.105. const_ptr_as_ref
    106. 3.106. const_ptr_is_null
    107. 3.107. const_ptr_sub_ptr
    108. 3.108. const_ptr_write
    109. 3.109. const_range_bounds
    110. 3.110. const_raw_ptr_comparison
    111. 3.111. const_replace
    112. 3.112. const_result
    113. 3.113. const_size_of_val
    114. 3.114. const_size_of_val_raw
    115. 3.115. const_slice_first_last
    116. 3.116. const_slice_first_last_chunk
    117. 3.117. const_slice_from_mut_ptr_range
    118. 3.118. const_slice_from_ptr_range
    119. 3.119. const_slice_from_raw_parts_mut
    120. 3.120. const_slice_from_ref
    121. 3.121. const_slice_index
    122. 3.122. const_slice_ptr_len
    123. 3.123. const_slice_split_at_mut
    124. 3.124. const_str_from_raw_parts_mut
    125. 3.125. const_str_from_utf8
    126. 3.126. const_str_from_utf8_unchecked_mut
    127. 3.127. const_strict_overflow_ops
    128. 3.128. const_swap
    129. 3.129. const_type_id
    130. 3.130. const_type_name
    131. 3.131. const_unicode_case_lookup
    132. 3.132. const_unsafecell_get_mut
    133. 3.133. const_waker
    134. 3.134. container_error_extra
    135. 3.135. control_flow_enum
    136. 3.136. convert_float_to_int
    137. 3.137. core_intrinsics
    138. 3.138. core_io_borrowed_buf
    139. 3.139. core_private_bignum
    140. 3.140. core_private_diy_float
    141. 3.141. coroutine_trait
    142. 3.142. cow_is_borrowed
    143. 3.143. cstr_count_bytes
    144. 3.144. cursor_remaining
    145. 3.145. deadline_api
    146. 3.146. debug_closure_helpers
    147. 3.147. dec2flt
    148. 3.148. derive_clone_copy
    149. 3.149. derive_const
    150. 3.150. derive_eq
    151. 3.151. dir_entry_ext2
    152. 3.152. discriminant_kind
    153. 3.153. dispatch_from_dyn
    154. 3.154. div_duration
    155. 3.155. downcast_unchecked
    156. 3.156. drain_keep_rest
    157. 3.157. duration_abs_diff
    158. 3.158. duration_constants
    159. 3.159. duration_consts_float
    160. 3.160. edition_panic
    161. 3.161. entry_insert
    162. 3.162. error_generic_member_access
    163. 3.163. error_in_core
    164. 3.164. error_iter
    165. 3.165. error_reporter
    166. 3.166. error_type_id
    167. 3.167. exact_size_is_empty
    168. 3.168. exclusive_wrapper
    169. 3.169. exit_status_error
    170. 3.170. exitcode_exit_method
    171. 3.171. exposed_provenance
    172. 3.172. extend_one
    173. 3.173. extract_if
    174. 3.174. fd
    175. 3.175. fd_read
    176. 3.176. float_gamma
    177. 3.177. float_minimum_maximum
    178. 3.178. float_next_up_down
    179. 3.179. flt2dec
    180. 3.180. fmt_helpers_for_derive
    181. 3.181. fmt_internals
    182. 3.182. fn_ptr_trait
    183. 3.183. fn_traits
    184. 3.184. forget_unsized
    185. 3.185. format_args_nl
    186. 3.186. fs_try_exists
    187. 3.187. future_join
    188. 3.188. gen_future
    189. 3.189. generic_assert_internals
    190. 3.190. generic_nonzero
    191. 3.191. get_many_mut
    192. 3.192. get_mut_unchecked
    193. 3.193. hash_extract_if
    194. 3.194. hash_raw_entry
    195. 3.195. hash_set_entry
    196. 3.196. hasher_prefixfree_extras
    197. 3.197. hashmap_internals
    198. 3.198. hint_assert_unchecked
    199. 3.199. hint_must_use
    200. 3.200. inplace_iteration
    201. 3.201. int_roundings
    202. 3.202. integer_atomics
    203. 3.203. internal_impls_macro
    204. 3.204. internal_output_capture
    205. 3.205. io_error_downcast
    206. 3.206. io_error_more
    207. 3.207. io_error_uncategorized
    208. 3.208. io_slice_advance
    209. 3.209. ip
    210. 3.210. ip_bits
    211. 3.211. is_ascii_octdigit
    212. 3.212. is_sorted
    213. 3.213. is_val_statically_known
    214. 3.214. isqrt
    215. 3.215. iter_advance_by
    216. 3.216. iter_array_chunks
    217. 3.217. iter_collect_into
    218. 3.218. iter_from_coroutine
    219. 3.219. iter_intersperse
    220. 3.220. iter_is_partitioned
    221. 3.221. iter_map_windows
    222. 3.222. iter_next_chunk
    223. 3.223. iter_order_by
    224. 3.224. iter_partition_in_place
    225. 3.225. iter_repeat_n
    226. 3.226. iterator_try_collect
    227. 3.227. iterator_try_reduce
    228. 3.228. layout_for_ptr
    229. 3.229. lazy_cell
    230. 3.230. lazy_cell_consume
    231. 3.231. liballoc_internals
    232. 3.232. libstd_sys_internals
    233. 3.233. linked_list_cursors
    234. 3.234. linked_list_remove
    235. 3.235. linked_list_retain
    236. 3.236. linux_pidfd
    237. 3.237. log_syntax
    238. 3.238. map_entry_replace
    239. 3.239. map_many_mut
    240. 3.240. map_try_insert
    241. 3.241. maybe_uninit_array_assume_init
    242. 3.242. maybe_uninit_as_bytes
    243. 3.243. maybe_uninit_slice
    244. 3.244. maybe_uninit_uninit_array
    245. 3.245. maybe_uninit_uninit_array_transpose
    246. 3.246. maybe_uninit_write_slice
    247. 3.247. mem_copy_fn
    248. 3.248. more_float_constants
    249. 3.249. mutex_unlock
    250. 3.250. new_uninit
    251. 3.251. non_null_convenience
    252. 3.252. non_zero_count_ones
    253. 3.253. nonzero_from_mut
    254. 3.254. nonzero_internals
    255. 3.255. nonzero_ops
    256. 3.256. noop_waker
    257. 3.257. num_midpoint
    258. 3.258. numfmt
    259. 3.259. once_cell_try
    260. 3.260. once_cell_try_insert
    261. 3.261. one_sided_range
    262. 3.262. option_get_or_insert_default
    263. 3.263. option_take_if
    264. 3.264. option_zip
    265. 3.265. os_str_slice
    266. 3.266. panic_abort
    267. 3.267. panic_always_abort
    268. 3.268. panic_backtrace_config
    269. 3.269. panic_can_unwind
    270. 3.270. panic_info_message
    271. 3.271. panic_internals
    272. 3.272. panic_unwind
    273. 3.273. panic_update_hook
    274. 3.274. path_file_prefix
    275. 3.275. pattern
    276. 3.276. peer_credentials_unix_socket
    277. 3.277. pin_deref_mut
    278. 3.278. pointer_is_aligned
    279. 3.279. pointer_like_trait
    280. 3.280. portable_simd
    281. 3.281. prelude_2024
    282. 3.282. print_internals
    283. 3.283. proc_macro_byte_character
    284. 3.284. proc_macro_c_str_literals
    285. 3.285. proc_macro_def_site
    286. 3.286. proc_macro_diagnostic
    287. 3.287. proc_macro_expand
    288. 3.288. proc_macro_internals
    289. 3.289. proc_macro_quote
    290. 3.290. proc_macro_span
    291. 3.291. proc_macro_tracked_env
    292. 3.292. process_exitcode_internals
    293. 3.293. process_internals
    294. 3.294. profiler_runtime_lib
    295. 3.295. ptr_alignment_type
    296. 3.296. ptr_as_uninit
    297. 3.297. ptr_internals
    298. 3.298. ptr_mask
    299. 3.299. ptr_metadata
    300. 3.300. ptr_sub_ptr
    301. 3.301. ptr_to_from_bits
    302. 3.302. pub_crate_should_not_need_unstable_attr
    303. 3.303. raw_os_error_ty
    304. 3.304. raw_slice_split
    305. 3.305. raw_vec_internals
    306. 3.306. read_buf
    307. 3.307. ready_into_inner
    308. 3.308. receiver_trait
    309. 3.309. restricted_std
    310. 3.310. result_flattening
    311. 3.311. round_char_boundary
    312. 3.312. rt
    313. 3.313. sealed
    314. 3.314. seek_seek_relative
    315. 3.315. seek_stream_len
    316. 3.316. set_ptr_value
    317. 3.317. setgroups
    318. 3.318. sgx_platform
    319. 3.319. sized_type_properties
    320. 3.320. slice_as_chunks
    321. 3.321. slice_concat_ext
    322. 3.322. slice_concat_trait
    323. 3.323. slice_flatten
    324. 3.324. slice_from_ptr_range
    325. 3.325. slice_index_methods
    326. 3.326. slice_internals
    327. 3.327. slice_iter_mut_as_mut_slice
    328. 3.328. slice_partition_dedup
    329. 3.329. slice_pattern
    330. 3.330. slice_ptr_get
    331. 3.331. slice_ptr_len
    332. 3.332. slice_range
    333. 3.333. slice_split_at_unchecked
    334. 3.334. slice_split_once
    335. 3.335. slice_swap_unchecked
    336. 3.336. slice_take
    337. 3.337. solid_ext
    338. 3.338. sort_floats
    339. 3.339. sort_internals
    340. 3.340. spec_option_partial_eq
    341. 3.341. split_array
    342. 3.342. split_as_slice
    343. 3.343. split_at_checked
    344. 3.344. std_internals
    345. 3.345. stdio_makes_pipe
    346. 3.346. stdsimd
    347. 3.347. step_trait
    348. 3.348. str_from_raw_parts
    349. 3.349. str_from_utf16_endian
    350. 3.350. str_internals
    351. 3.351. str_lines_remainder
    352. 3.352. str_split_inclusive_remainder
    353. 3.353. str_split_remainder
    354. 3.354. str_split_whitespace_remainder
    355. 3.355. strict_overflow_ops
    356. 3.356. strict_provenance_atomic_ptr
    357. 3.357. string_extend_from_within
    358. 3.358. string_remove_matches
    359. 3.359. sync_unsafe_cell
    360. 3.360. tcp_linger
    361. 3.361. tcp_quickack
    362. 3.362. tcplistener_into_incoming
    363. 3.363. test
    364. 3.364. thin_box
    365. 3.365. thread_id_value
    366. 3.366. thread_local_internals
    367. 3.367. thread_sleep_until
    368. 3.368. thread_spawn_unchecked
    369. 3.369. trace_macros
    370. 3.370. track_path
    371. 3.371. transmutability
    372. 3.372. trusted_fused
    373. 3.373. trusted_len
    374. 3.374. trusted_len_next_unchecked
    375. 3.375. trusted_random_access
    376. 3.376. trusted_step
    377. 3.377. try_find
    378. 3.378. try_reserve_kind
    379. 3.379. try_trait_v2
    380. 3.380. try_trait_v2_residual
    381. 3.381. try_trait_v2_yeet
    382. 3.382. tuple_trait
    383. 3.383. uefi_std
    384. 3.384. unchecked_math
    385. 3.385. unchecked_neg
    386. 3.386. unchecked_shifts
    387. 3.387. unicode_internals
    388. 3.388. unique_rc_arc
    389. 3.389. unix_file_vectored_at
    390. 3.390. unix_set_mark
    391. 3.391. unix_socket_ancillary_data
    392. 3.392. unix_socket_peek
    393. 3.393. unsafe_cell_from_mut
    394. 3.394. unsafe_pin_internals
    395. 3.395. unsize
    396. 3.396. unwrap_infallible
    397. 3.397. update_panic_count
    398. 3.398. utf16_extra
    399. 3.399. utf16_extra_const
    400. 3.400. utf8_chunks
    401. 3.401. variant_count
    402. 3.402. vec_into_raw_parts
    403. 3.403. vec_push_within_capacity
    404. 3.404. vec_split_at_spare
    405. 3.405. waker_getters
    406. 3.406. wasi_ext
    407. 3.407. windows_by_handle
    408. 3.408. windows_c
    409. 3.409. windows_handle
    410. 3.410. windows_net
    411. 3.411. windows_process_exit_code_from
    412. 3.412. windows_process_extensions_async_pipes
    413. 3.413. windows_process_extensions_force_quotes
    414. 3.414. windows_process_extensions_main_thread_handle
    415. 3.415. windows_process_extensions_raw_attribute
    416. 3.416. windows_stdio
    417. 3.417. wrapping_int_impl
    418. 3.418. wrapping_next_power_of_two
    419. 3.419. write_all_vectored
    420. 3.420. yeet_desugar_details

The Rust Unstable Book

Compiler flags