- The Unstable Book
- 1. Compiler environment variables
- 1.1. RUSTC_BOOTSTRAP
- 1.2. RUSTC_OVERRIDE_VERSION_STRING
- 2. Compiler flags
- 2.1. allow_features
- 2.2. autodiff
- 2.3. branch_protection
- 2.4. cf_protection
- 2.5. codegen_backend
- 2.6. codegen_options
- 2.7. control_flow_guard
- 2.8. coverage_options
- 2.9. crate_attr
- 2.10. debug_info_for_profiling
- 2.11. debug_info_type_line_numbers
- 2.12. default_visibility
- 2.13. direct_access_external_data
- 2.14. dump_mono_stats
- 2.15. dump_mono_stats_format
- 2.16. dylib_lto
- 2.17. eagerly_emit_delayed_bugs
- 2.18. embed_metadata
- 2.19. embed_source
- 2.20. emit_stack_sizes
- 2.21. emscripten_wasm_eh
- 2.22. env_set
- 2.23. export_executable_symbols
- 2.24. extern_options
- 2.25. external_clangrt
- 2.26. fixed_x18
- 2.27. fmt_debug
- 2.28. function_return
- 2.29. hint_mostly_unused
- 2.30. instrument_xray
- 2.31. link_native_libraries
- 2.32. linker_features
- 2.33. lint_llvm_ir
- 2.34. llvm_module_flag
- 2.35. location_detail
- 2.36. macro_stats
- 2.37. min_function_alignment
- 2.38. move_size_limit
- 2.39. no_jump_tables
- 2.40. no_parallel_llvm
- 2.41. no_steal_thir
- 2.42. no_unique_section_names
- 2.43. on_broken_pipe
- 2.44. patchable_function_entry
- 2.45. print_check_cfg
- 2.46. print_crate_root_lint_levels
- 2.47. print_supported_crate_types
- 2.48. profile_sample_use
- 2.49. randomize_layout
- 2.50. reg_struct_return
- 2.51. regparm
- 2.52. remap_cwd_prefix
- 2.53. remap_path_scope
- 2.54. report_time
- 2.55. sanitizer
- 2.56. self_profile
- 2.57. self_profile_events
- 2.58. shell_argfiles
- 2.59. small_data_threshold
- 2.60. src_hash_algorithm
- 2.61. temps_dir
- 2.62. tiny_const_eval_limit
- 2.63. tls_model
- 2.64. track_diagnostics
- 2.65. treat_err_as_bug
- 2.66. ub_checks
- 2.67. unsound_mir_opts
- 2.68. verbose_asm
- 2.69. virtual_function_elimination
- 2.70. wasm_c_abi
- 3. Language features
- 3.1. aarch64_unstable_target_feature
- 3.2. aarch64_ver_target_feature
- 3.3. abi_avr_interrupt
- 3.4. abi_cmse_nonsecure_call
- 3.5. abi_custom
- 3.6. abi_gpu_kernel
- 3.7. abi_msp430_interrupt
- 3.8. abi_ptx
- 3.9. abi_riscv_interrupt
- 3.10. abi_unadjusted
- 3.11. abi_vectorcall
- 3.12. abi_x86_interrupt
- 3.13. adt_const_params
- 3.14. alloc_error_handler
- 3.15. allocator_internals
- 3.16. allow_internal_unsafe
- 3.17. allow_internal_unstable
- 3.18. anonymous_lifetime_in_impl_trait
- 3.19. apx_target_feature
- 3.20. arbitrary_self_types
- 3.21. arbitrary_self_types_pointers
- 3.22. arm_target_feature
- 3.23. asm_cfg
- 3.24. asm_experimental_arch
- 3.25. asm_experimental_reg
- 3.26. asm_goto_with_outputs
- 3.27. asm_unwind
- 3.28. associated_const_equality
- 3.29. associated_type_defaults
- 3.30. async_drop
- 3.31. async_fn_in_dyn_trait
- 3.32. async_fn_track_caller
- 3.33. async_for_loop
- 3.34. async_trait_bounds
- 3.35. auto_traits
- 3.36. avx10_target_feature
- 3.37. box_patterns
- 3.38. bpf_target_feature
- 3.39. builtin_syntax
- 3.40. c_variadic
- 3.41. cfg_contract_checks
- 3.42. cfg_emscripten_wasm_eh
- 3.43. cfg_overflow_checks
- 3.44. cfg_relocation_model
- 3.45. cfg_sanitize
- 3.46. cfg_sanitizer_cfi
- 3.47. cfg_target_compact
- 3.48. cfg_target_has_atomic
- 3.49. cfg_target_has_atomic_equal_alignment
- 3.50. cfg_target_has_reliable_f16_f128
- 3.51. cfg_target_thread_local
- 3.52. cfg_ub_checks
- 3.53. cfg_version
- 3.54. cfi_encoding
- 3.55. closure_lifetime_binder
- 3.56. closure_track_caller
- 3.57. cmse_nonsecure_entry
- 3.58. compiler_builtins
- 3.59. const_async_blocks
- 3.60. const_closures
- 3.61. const_destruct
- 3.62. const_for
- 3.63. const_precise_live_drops
- 3.64. const_trait_impl
- 3.65. const_try
- 3.66. contracts
- 3.67. contracts_internals
- 3.68. coroutine_clone
- 3.69. coroutines
- 3.70. coverage_attribute
- 3.71. csky_target_feature
- 3.72. custom_inner_attributes
- 3.73. custom_mir
- 3.74. custom_test_frameworks
- 3.75. decl_macro
- 3.76. default_field_values
- 3.77. deprecated_safe
- 3.78. deprecated_suggestion
- 3.79. deref_patterns
- 3.80. doc_auto_cfg
- 3.81. doc_cfg
- 3.82. doc_cfg_hide
- 3.83. doc_masked
- 3.84. doc_notable_trait
- 3.85. dropck_eyepatch
- 3.86. ergonomic_clones
- 3.87. ermsb_target_feature
- 3.88. exhaustive_patterns
- 3.89. explicit_extern_abis
- 3.90. explicit_tail_calls
- 3.91. export_stable
- 3.92. extended_varargs_abi_support
- 3.93. extern_system_varargs
- 3.94. extern_types
- 3.95. f128
- 3.96. f16
- 3.97. ffi_const
- 3.98. ffi_pure
- 3.99. fmt_debug
- 3.100. fn_align
- 3.101. fn_delegation
- 3.102. freeze_impls
- 3.103. frontmatter
- 3.104. fundamental
- 3.105. gen_blocks
- 3.106. generic_assert
- 3.107. generic_const_exprs
- 3.108. generic_const_items
- 3.109. generic_const_parameter_types
- 3.110. generic_pattern_types
- 3.111. global_registration
- 3.112. guard_patterns
- 3.113. half_open_range_patterns_in_slices
- 3.114. hexagon_target_feature
- 3.115. if_let_guard
- 3.116. impl_trait_in_assoc_type
- 3.117. impl_trait_in_bindings
- 3.118. impl_trait_in_fn_trait_return
- 3.119. import_trait_associated_functions
- 3.120. inherent_associated_types
- 3.121. intra_doc_pointers
- 3.122. intrinsics
- 3.123. lahfsahf_target_feature
- 3.124. lang_items
- 3.125. large_assignments
- 3.126. lazy_type_alias
- 3.127. link_arg_attribute
- 3.128. link_cfg
- 3.129. link_llvm_intrinsics
- 3.130. linkage
- 3.131. loongarch_target_feature
- 3.132. loop_match
- 3.133. m68k_target_feature
- 3.134. macro_metavar_expr
- 3.135. macro_metavar_expr_concat
- 3.136. marker_trait_attr
- 3.137. min_generic_const_args
- 3.138. min_specialization
- 3.139. mips_target_feature
- 3.140. more_maybe_bounds
- 3.141. more_qualified_paths
- 3.142. movrs_target_feature
- 3.143. multiple_supertrait_upcastable
- 3.144. must_not_suspend
- 3.145. mut_ref
- 3.146. naked_functions_rustic_abi
- 3.147. naked_functions_target_feature
- 3.148. native_link_modifiers_as_needed
- 3.149. needs_panic_runtime
- 3.150. negative_bounds
- 3.151. negative_impls
- 3.152. never_patterns
- 3.153. never_type
- 3.154. never_type_fallback
- 3.155. new_range
- 3.156. no_core
- 3.157. no_sanitize
- 3.158. non_exhaustive_omitted_patterns_lint
- 3.159. non_lifetime_binders
- 3.160. offset_of_enum
- 3.161. offset_of_slice
- 3.162. omit_gdb_pretty_printer_section
- 3.163. optimize_attribute
- 3.164. panic_runtime
- 3.165. patchable_function_entry
- 3.166. pattern_complexity_limit
- 3.167. pattern_types
- 3.168. pin_ergonomics
- 3.169. postfix_match
- 3.170. powerpc_target_feature
- 3.171. prelude_import
- 3.172. prfchw_target_feature
- 3.173. proc_macro_hygiene
- 3.174. profiler_runtime
- 3.175. raw_dylib_elf
- 3.176. ref_pat_eat_one_layer_2024
- 3.177. ref_pat_eat_one_layer_2024_structural
- 3.178. register_tool
- 3.179. repr_simd
- 3.180. return_type_notation
- 3.181. riscv_target_feature
- 3.182. rtm_target_feature
- 3.183. rust_cold_cc
- 3.184. rustc_allow_const_fn_unstable
- 3.185. rustc_attrs
- 3.186. rustc_private
- 3.187. rustdoc_internals
- 3.188. rustdoc_missing_doc_code_examples
- 3.189. s390x_target_feature
- 3.190. simd_ffi
- 3.191. sized_hierarchy
- 3.192. sparc_target_feature
- 3.193. specialization
- 3.194. sse4a_target_feature
- 3.195. staged_api
- 3.196. stmt_expr_attributes
- 3.197. strict_provenance_lints
- 3.198. string_deref_patterns
- 3.199. structural_match
- 3.200. super_let
- 3.201. supertrait_item_shadowing
- 3.202. tbm_target_feature
- 3.203. test_unstable_lint
- 3.204. thread_local
- 3.205. trait_alias
- 3.206. transmute_generic_consts
- 3.207. transparent_unions
- 3.208. trivial_bounds
- 3.209. try_blocks
- 3.210. type_alias_impl_trait
- 3.211. type_changing_struct_update
- 3.212. unboxed_closures
- 3.213. unqualified_local_imports
- 3.214. unsafe_binders
- 3.215. unsafe_fields
- 3.216. unsized_const_params
- 3.217. unsized_fn_params
- 3.218. used_with_arg
- 3.219. wasm_target_feature
- 3.220. where_clause_attrs
- 3.221. with_negative_coherence
- 3.222. x86_amx_intrinsics
- 3.223. x87_target_feature
- 3.224. xop_target_feature
- 3.225. yeet_expr
- 3.226. yield_expr
- 4. Library Features
- 4.1. abort_unwind
- 4.2. acceptfilter
- 4.3. addr_parse_ascii
- 4.4. align_to_uninit_mut
- 4.5. alloc_error_hook
- 4.6. alloc_internals
- 4.7. alloc_layout_extra
- 4.8. allocator_api
- 4.9. alloctests
- 4.10. arc_is_unique
- 4.11. array_chunks
- 4.12. array_into_iter_constructors
- 4.13. array_ptr_get
- 4.14. array_repeat
- 4.15. array_try_from_fn
- 4.16. array_try_map
- 4.17. array_windows
- 4.18. as_array_of_cells
- 4.19. ascii_char
- 4.20. ascii_char_variants
- 4.21. assert_matches
- 4.22. async_fn_traits
- 4.23. async_gen_internals
- 4.24. async_iter_from_iter
- 4.25. async_iterator
- 4.26. atomic_from_mut
- 4.27. atomic_internals
- 4.28. atomic_try_update
- 4.29. autodiff
- 4.30. backtrace_frames
- 4.31. bigint_helper_methods
- 4.32. bikeshed_guaranteed_no_drop
- 4.33. binary_heap_drain_sorted
- 4.34. binary_heap_into_iter_sorted
- 4.35. binary_heap_peek_mut_refresh
- 4.36. bool_to_result
- 4.37. bound_as_ref
- 4.38. box_as_ptr
- 4.39. box_into_boxed_slice
- 4.40. box_into_inner
- 4.41. box_vec_non_null
- 4.42. breakpoint
- 4.43. bstr
- 4.44. bstr_internals
- 4.45. btree_cursors
- 4.46. btree_entry_insert
- 4.47. btree_extract_if
- 4.48. btree_set_entry
- 4.49. btreemap_alloc
- 4.50. buf_read_has_data_left
- 4.51. bufreader_peek
- 4.52. c_size_t
- 4.53. c_void_variant
- 4.54. can_vector
- 4.55. cell_leak
- 4.56. cfg_accessible
- 4.57. cfg_eval
- 4.58. cfg_select
- 4.59. char_internals
- 4.60. char_max_len
- 4.61. clone_to_uninit
- 4.62. cmp_minmax
- 4.63. coerce_pointee_validated
- 4.64. coerce_unsized
- 4.65. cold_path
- 4.66. concat_bytes
- 4.67. const_alloc_error
- 4.68. const_array_each_ref
- 4.69. const_btree_len
- 4.70. const_carrying_mul_add
- 4.71. const_clone
- 4.72. const_cmp
- 4.73. const_default
- 4.74. const_deref
- 4.75. const_eval_select
- 4.76. const_float_round_methods
- 4.77. const_format_args
- 4.78. const_heap
- 4.79. const_ops
- 4.80. const_pathbuf_osstring_new
- 4.81. const_range_bounds
- 4.82. const_raw_ptr_comparison
- 4.83. const_ref_cell
- 4.84. const_slice_from_mut_ptr_range
- 4.85. const_slice_from_ptr_range
- 4.86. const_slice_make_iter
- 4.87. const_slice_reverse
- 4.88. const_split_off_first_last
- 4.89. const_type_id
- 4.90. const_type_name
- 4.91. container_error_extra
- 4.92. context_ext
- 4.93. control_flow_into_value
- 4.94. convert_float_to_int
- 4.95. core_float_math
- 4.96. core_intrinsics
- 4.97. core_intrinsics_fallbacks
- 4.98. core_io_borrowed_buf
- 4.99. core_private_bignum
- 4.100. core_private_diy_float
- 4.101. coroutine_trait
- 4.102. cow_is_borrowed
- 4.103. cstr_bytes
- 4.104. cstr_display
- 4.105. cstr_internals
- 4.106. cursor_split
- 4.107. deadline_api
- 4.108. debug_closure_helpers
- 4.109. dec2flt
- 4.110. deref_pure_trait
- 4.111. derive_clone_copy
- 4.112. derive_coerce_pointee
- 4.113. derive_const
- 4.114. derive_eq
- 4.115. dir_entry_ext2
- 4.116. discriminant_kind
- 4.117. disjoint_bitor
- 4.118. dispatch_from_dyn
- 4.119. downcast_unchecked
- 4.120. drain_keep_rest
- 4.121. duration_constants
- 4.122. duration_constructors
- 4.123. duration_constructors_lite
- 4.124. duration_millis_float
- 4.125. duration_units
- 4.126. edition_panic
- 4.127. error_generic_member_access
- 4.128. error_iter
- 4.129. error_reporter
- 4.130. error_type_id
- 4.131. exact_div
- 4.132. exact_size_is_empty
- 4.133. exclusive_wrapper
- 4.134. exit_status_error
- 4.135. exitcode_exit_method
- 4.136. extend_one
- 4.137. extend_one_unchecked
- 4.138. fd
- 4.139. fd_read
- 4.140. file_buffered
- 4.141. file_with_nul
- 4.142. float_algebraic
- 4.143. float_erf
- 4.144. float_gamma
- 4.145. float_minimum_maximum
- 4.146. flt2dec
- 4.147. fmt_helpers_for_derive
- 4.148. fmt_internals
- 4.149. fn_ptr_trait
- 4.150. fn_traits
- 4.151. forget_unsized
- 4.152. format_args_nl
- 4.153. formatting_options
- 4.154. freeze
- 4.155. future_join
- 4.156. gen_future
- 4.157. generic_assert_internals
- 4.158. generic_atomic
- 4.159. get_disjoint_mut_helpers
- 4.160. get_mut_unchecked
- 4.161. hash_set_entry
- 4.162. hasher_prefixfree_extras
- 4.163. hashmap_internals
- 4.164. hint_must_use
- 4.165. inplace_iteration
- 4.166. int_format_into
- 4.167. int_from_ascii
- 4.168. int_roundings
- 4.169. integer_atomics
- 4.170. internal_impls_macro
- 4.171. internal_output_capture
- 4.172. io_const_error
- 4.173. io_const_error_internals
- 4.174. io_error_inprogress
- 4.175. io_error_more
- 4.176. io_error_uncategorized
- 4.177. io_slice_as_bytes
- 4.178. ip
- 4.179. ip_as_octets
- 4.180. ip_from
- 4.181. is_ascii_octdigit
- 4.182. is_loongarch_feature_detected
- 4.183. is_riscv_feature_detected
- 4.184. isolate_most_least_significant_one
- 4.185. iter_advance_by
- 4.186. iter_array_chunks
- 4.187. iter_chain
- 4.188. iter_collect_into
- 4.189. iter_from_coroutine
- 4.190. iter_intersperse
- 4.191. iter_is_partitioned
- 4.192. iter_macro
- 4.193. iter_map_windows
- 4.194. iter_next_chunk
- 4.195. iter_order_by
- 4.196. iter_partition_in_place
- 4.197. iterator_try_collect
- 4.198. iterator_try_reduce
- 4.199. junction_point
- 4.200. layout_for_ptr
- 4.201. lazy_cell_into_inner
- 4.202. lazy_get
- 4.203. legacy_receiver_trait
- 4.204. liballoc_internals
- 4.205. libstd_sys_internals
- 4.206. likely_unlikely
- 4.207. linked_list_cursors
- 4.208. linked_list_remove
- 4.209. linked_list_retain
- 4.210. linux_pidfd
- 4.211. local_waker
- 4.212. lock_value_accessors
- 4.213. log_syntax
- 4.214. map_try_insert
- 4.215. mapped_lock_guards
- 4.216. maybe_uninit_array_assume_init
- 4.217. maybe_uninit_as_bytes
- 4.218. maybe_uninit_fill
- 4.219. maybe_uninit_slice
- 4.220. maybe_uninit_uninit_array_transpose
- 4.221. maybe_uninit_write_slice
- 4.222. mem_copy_fn
- 4.223. more_float_constants
- 4.224. mpmc_channel
- 4.225. mutex_data_ptr
- 4.226. new_range_api
- 4.227. new_zeroed_alloc
- 4.228. next_index
- 4.229. nonzero_bitwise
- 4.230. nonzero_from_mut
- 4.231. nonzero_internals
- 4.232. nonzero_ops
- 4.233. normalize_lexically
- 4.234. numfmt
- 4.235. once_cell_get_mut
- 4.236. once_cell_try
- 4.237. once_cell_try_insert
- 4.238. one_sided_range
- 4.239. option_array_transpose
- 4.240. option_zip
- 4.241. os_str_slice
- 4.242. os_string_truncate
- 4.243. panic_abort
- 4.244. panic_always_abort
- 4.245. panic_backtrace_config
- 4.246. panic_can_unwind
- 4.247. panic_internals
- 4.248. panic_payload_as_str
- 4.249. panic_unwind
- 4.250. panic_update_hook
- 4.251. partial_ord_chaining_methods
- 4.252. path_add_extension
- 4.253. path_file_prefix
- 4.254. pattern
- 4.255. pattern_type_macro
- 4.256. pattern_type_range_trait
- 4.257. peer_credentials_unix_socket
- 4.258. phantom_variance_markers
- 4.259. pin_coerce_unsized_trait
- 4.260. pointer_is_aligned_to
- 4.261. pointer_try_cast_aligned
- 4.262. portable_simd
- 4.263. prelude_future
- 4.264. prelude_next
- 4.265. print_internals
- 4.266. proc_macro_def_site
- 4.267. proc_macro_diagnostic
- 4.268. proc_macro_expand
- 4.269. proc_macro_internals
- 4.270. proc_macro_quote
- 4.271. proc_macro_span
- 4.272. proc_macro_totokens
- 4.273. proc_macro_tracked_env
- 4.274. proc_macro_value
- 4.275. process_chroot
- 4.276. process_exitcode_internals
- 4.277. process_internals
- 4.278. profiler_runtime_lib
- 4.279. ptr_alignment_type
- 4.280. ptr_as_ref_unchecked
- 4.281. ptr_as_uninit
- 4.282. ptr_internals
- 4.283. ptr_mask
- 4.284. ptr_metadata
- 4.285. pub_crate_should_not_need_unstable_attr
- 4.286. random
- 4.287. range_bounds_is_empty
- 4.288. range_into_bounds
- 4.289. raw_os_error_ty
- 4.290. raw_slice_split
- 4.291. raw_vec_internals
- 4.292. read_buf
- 4.293. reentrant_lock
- 4.294. reentrant_lock_data_ptr
- 4.295. restricted_std
- 4.296. result_option_map_or_default
- 4.297. round_char_boundary
- 4.298. rt
- 4.299. rwlock_data_ptr
- 4.300. rwlock_downgrade
- 4.301. sealed
- 4.302. seek_io_take_position
- 4.303. seek_stream_len
- 4.304. set_ptr_value
- 4.305. setgroups
- 4.306. sgx_platform
- 4.307. sized_type_properties
- 4.308. slice_as_array
- 4.309. slice_concat_ext
- 4.310. slice_concat_trait
- 4.311. slice_from_ptr_range
- 4.312. slice_index_methods
- 4.313. slice_internals
- 4.314. slice_iter_mut_as_mut_slice
- 4.315. slice_partition_dedup
- 4.316. slice_pattern
- 4.317. slice_ptr_get
- 4.318. slice_range
- 4.319. slice_split_once
- 4.320. slice_swap_unchecked
- 4.321. solid_ext
- 4.322. sort_floats
- 4.323. split_array
- 4.324. split_as_slice
- 4.325. std_internals
- 4.326. stdarch_arm_feature_detection
- 4.327. stdarch_mips_feature_detection
- 4.328. stdarch_powerpc_feature_detection
- 4.329. stdarch_s390x_feature_detection
- 4.330. stdio_makes_pipe
- 4.331. step_trait
- 4.332. str_as_str
- 4.333. str_from_raw_parts
- 4.334. str_from_utf16_endian
- 4.335. str_internals
- 4.336. str_lines_remainder
- 4.337. str_split_inclusive_remainder
- 4.338. str_split_remainder
- 4.339. str_split_whitespace_remainder
- 4.340. strict_overflow_ops
- 4.341. strict_provenance_atomic_ptr
- 4.342. string_from_utf8_lossy_owned
- 4.343. string_into_chars
- 4.344. string_remove_matches
- 4.345. substr_range
- 4.346. sync_poison_mod
- 4.347. sync_unsafe_cell
- 4.348. tcp_deferaccept
- 4.349. tcp_linger
- 4.350. tcplistener_into_incoming
- 4.351. temporary_niche_types
- 4.352. test
- 4.353. thin_box
- 4.354. thread_id_value
- 4.355. thread_local_internals
- 4.356. thread_raw
- 4.357. thread_sleep_until
- 4.358. thread_spawn_hook
- 4.359. trace_macros
- 4.360. track_path
- 4.361. transmutability
- 4.362. trim_prefix_suffix
- 4.363. trusted_fused
- 4.364. trusted_len
- 4.365. trusted_len_next_unchecked
- 4.366. trusted_random_access
- 4.367. trusted_step
- 4.368. try_find
- 4.369. try_reserve_kind
- 4.370. try_trait_v2
- 4.371. try_trait_v2_residual
- 4.372. try_trait_v2_yeet
- 4.373. try_with_capacity
- 4.374. tuple_trait
- 4.375. type_ascription
- 4.376. ub_checks
- 4.377. uefi_std
- 4.378. uint_bit_width
- 4.379. unchecked_neg
- 4.380. unchecked_shifts
- 4.381. unicode_internals
- 4.382. unique_rc_arc
- 4.383. unix_file_vectored_at
- 4.384. unix_mkfifo
- 4.385. unix_send_signal
- 4.386. unix_set_mark
- 4.387. unix_socket_ancillary_data
- 4.388. unix_socket_exclbind
- 4.389. unix_socket_peek
- 4.390. unsafe_cell_access
- 4.391. unsafe_pinned
- 4.392. unsigned_nonzero_div_ceil
- 4.393. unsigned_signed_diff
- 4.394. unsize
- 4.395. unwrap_infallible
- 4.396. update_panic_count
- 4.397. utf16_extra
- 4.398. variant_count
- 4.399. vec_deque_iter_as_slices
- 4.400. vec_deque_pop_if
- 4.401. vec_deque_truncate_front
- 4.402. vec_into_chunks
- 4.403. vec_into_raw_parts
- 4.404. vec_peek_mut
- 4.405. vec_push_within_capacity
- 4.406. vec_split_at_spare
- 4.407. wasi_ext
- 4.408. windows_by_handle
- 4.409. windows_c
- 4.410. windows_change_time
- 4.411. windows_handle
- 4.412. windows_net
- 4.413. windows_process_exit_code_from
- 4.414. windows_process_extensions_async_pipes
- 4.415. windows_process_extensions_force_quotes
- 4.416. windows_process_extensions_main_thread_handle
- 4.417. windows_process_extensions_raw_attribute
- 4.418. windows_process_extensions_show_window
- 4.419. windows_process_extensions_startupinfo
- 4.420. windows_stdio
- 4.421. wrapping_int_impl
- 4.422. wrapping_next_power_of_two
- 4.423. write_all_vectored
- 4.424. yeet_desugar_details