mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Auto merge of #40899 - frewsxcv:rollup, r=frewsxcv
Rollup of 5 pull requests - Successful merges: #40720, #40786, #40841, #40866, #40897 - Failed merges:
This commit is contained in:
commit
e1cec5d4bf
@ -7,90 +7,207 @@
|
||||
- [abi_vectorcall](abi-vectorcall.md)
|
||||
- [abi_x86_interrupt](abi-x86-interrupt.md)
|
||||
- [advanced_slice_patterns](advanced-slice-patterns.md)
|
||||
- [alloc](alloc.md)
|
||||
- [alloc_jemalloc](alloc-jemalloc.md)
|
||||
- [alloc_system](alloc-system.md)
|
||||
- [allocator](allocator.md)
|
||||
- [allow_internal_unstable](allow-internal-unstable.md)
|
||||
- [as_unsafe_cell](as-unsafe-cell.md)
|
||||
- [ascii_ctype](ascii-ctype.md)
|
||||
- [asm](asm.md)
|
||||
- [associated_consts](associated-consts.md)
|
||||
- [associated_type_defaults](associated-type-defaults.md)
|
||||
- [attr_literals](attr-literals.md)
|
||||
- [binary_heap_extras](binary-heap-extras.md)
|
||||
- [binary_heap_peek_mut_pop](binary-heap-peek-mut-pop.md)
|
||||
- [borrow_state](borrow-state.md)
|
||||
- [box_heap](box-heap.md)
|
||||
- [box_patterns](box-patterns.md)
|
||||
- [box_syntax](box-syntax.md)
|
||||
- [c_void_variant](c-void-variant.md)
|
||||
- [catch_expr](catch-expr.md)
|
||||
- [cfg_target_feature](cfg-target-feature.md)
|
||||
- [cfg_target_has_atomic](cfg-target-has-atomic.md)
|
||||
- [cfg_target_thread_local](cfg-target-thread-local.md)
|
||||
- [cfg_target_vendor](cfg-target-vendor.md)
|
||||
- [char_escape_debug](char-escape-debug.md)
|
||||
- [closure_to_fn_coercion](closure-to-fn-coercion.md)
|
||||
- [coerce_unsized](coerce-unsized.md)
|
||||
- [collection_placement](collection-placement.md)
|
||||
- [collections](collections.md)
|
||||
- [collections_range](collections-range.md)
|
||||
- [command_envs](command-envs.md)
|
||||
- [compiler_builtins](compiler-builtins.md)
|
||||
- [compiler_builtins_lib](compiler-builtins-lib.md)
|
||||
- [concat_idents](concat-idents.md)
|
||||
- [concat_idents_macro](concat-idents-macro.md)
|
||||
- [conservative_impl_trait](conservative-impl-trait.md)
|
||||
- [const_fn](const-fn.md)
|
||||
- [const_indexing](const-indexing.md)
|
||||
- [core_char_ext](core-char-ext.md)
|
||||
- [core_float](core-float.md)
|
||||
- [core_intrinsics](core-intrinsics.md)
|
||||
- [core_panic](core-panic.md)
|
||||
- [core_private_bignum](core-private-bignum.md)
|
||||
- [core_private_diy_float](core-private-diy-float.md)
|
||||
- [core_slice_ext](core-slice-ext.md)
|
||||
- [core_str_ext](core-str-ext.md)
|
||||
- [custom_attribute](custom-attribute.md)
|
||||
- [custom_derive](custom-derive.md)
|
||||
- [dec2flt](dec2flt.md)
|
||||
- [decode_utf8](decode-utf8.md)
|
||||
- [default_type_parameter_fallback](default-type-parameter-fallback.md)
|
||||
- [derive_clone_copy](derive-clone-copy.md)
|
||||
- [derive_eq](derive-eq.md)
|
||||
- [discriminant_value](discriminant-value.md)
|
||||
- [drop_types_in_const](drop-types-in-const.md)
|
||||
- [dropck_eyepatch](dropck-eyepatch.md)
|
||||
- [dropck_parametricity](dropck-parametricity.md)
|
||||
- [enumset](enumset.md)
|
||||
- [error_type_id](error-type-id.md)
|
||||
- [exact_size_is_empty](exact-size-is-empty.md)
|
||||
- [exclusive_range_pattern](exclusive-range-pattern.md)
|
||||
- [field_init_shorthand](field-init-shorthand.md)
|
||||
- [fd](fd.md)
|
||||
- [fd_read](fd-read.md)
|
||||
- [fixed_size_array](fixed-size-array.md)
|
||||
- [float_extras](float-extras.md)
|
||||
- [flt2dec](flt2dec.md)
|
||||
- [fmt_flags_align](fmt-flags-align.md)
|
||||
- [fmt_internals](fmt-internals.md)
|
||||
- [fn_traits](fn-traits.md)
|
||||
- [fnbox](fnbox.md)
|
||||
- [fundamental](fundamental.md)
|
||||
- [fused](fused.md)
|
||||
- [future_atomic_orderings](future-atomic-orderings.md)
|
||||
- [generic_param_attrs](generic-param-attrs.md)
|
||||
- [get_type_id](get-type-id.md)
|
||||
- [heap_api](heap-api.md)
|
||||
- [i128](i128.md)
|
||||
- [i128_type](i128-type.md)
|
||||
- [inclusive_range](inclusive-range.md)
|
||||
- [inclusive_range_syntax](inclusive-range-syntax.md)
|
||||
- [int_error_internals](int-error-internals.md)
|
||||
- [integer_atomics](integer-atomics.md)
|
||||
- [into_boxed_c_str](into-boxed-c-str.md)
|
||||
- [into_boxed_os_str](into-boxed-os-str.md)
|
||||
- [into_boxed_path](into-boxed-path.md)
|
||||
- [intrinsics](intrinsics.md)
|
||||
- [io](io.md)
|
||||
- [io_error_internals](io-error-internals.md)
|
||||
- [ip](ip.md)
|
||||
- [is_unique](is-unique.md)
|
||||
- [iter_rfind](iter-rfind.md)
|
||||
- [lang_items](lang-items.md)
|
||||
- [libstd_io_internals](libstd-io-internals.md)
|
||||
- [libstd_sys_internals](libstd-sys-internals.md)
|
||||
- [libstd_thread_internals](libstd-thread-internals.md)
|
||||
- [link_args](link-args.md)
|
||||
- [link_cfg](link-cfg.md)
|
||||
- [link_llvm_intrinsics](link-llvm-intrinsics.md)
|
||||
- [linkage](linkage.md)
|
||||
- [linked_list_extras](linked-list-extras.md)
|
||||
- [log_syntax](log-syntax.md)
|
||||
- [lookup_host](lookup-host.md)
|
||||
- [loop_break_value](loop-break-value.md)
|
||||
- [macro_reexport](macro-reexport.md)
|
||||
- [main](main.md)
|
||||
- [map_entry_recover_keys](map-entry-recover-keys.md)
|
||||
- [mpsc_select](mpsc-select.md)
|
||||
- [n16](n16.md)
|
||||
- [naked_functions](naked-functions.md)
|
||||
- [needs_allocator](needs-allocator.md)
|
||||
- [needs_panic_runtime](needs-panic-runtime.md)
|
||||
- [never_type](never-type.md)
|
||||
- [never_type_impls](never-type-impls.md)
|
||||
- [no_core](no-core.md)
|
||||
- [no_debug](no-debug.md)
|
||||
- [non_ascii_idents](non-ascii-idents.md)
|
||||
- [nonzero](nonzero.md)
|
||||
- [omit_gdb_pretty_printer_section](omit-gdb-pretty-printer-section.md)
|
||||
- [on_unimplemented](on-unimplemented.md)
|
||||
- [once_poison](once-poison.md)
|
||||
- [oom](oom.md)
|
||||
- [optin_builtin_traits](optin-builtin-traits.md)
|
||||
- [option_entry](option-entry.md)
|
||||
- [osstring_shrink_to_fit](osstring-shrink-to-fit.md)
|
||||
- [panic_abort](panic-abort.md)
|
||||
- [panic_runtime](panic-runtime.md)
|
||||
- [panic_unwind](panic-unwind.md)
|
||||
- [pattern](pattern.md)
|
||||
- [peek](peek.md)
|
||||
- [placement_in](placement-in.md)
|
||||
- [placement_in_syntax](placement-in-syntax.md)
|
||||
- [placement_new_protocol](placement-new-protocol.md)
|
||||
- [platform_intrinsics](platform-intrinsics.md)
|
||||
- [plugin](plugin.md)
|
||||
- [plugin_registrar](plugin-registrar.md)
|
||||
- [prelude_import](prelude-import.md)
|
||||
- [print](print.md)
|
||||
- [proc_macro](proc-macro.md)
|
||||
- [proc_macro_internals](proc-macro-internals.md)
|
||||
- [process_try_wait](process-try-wait.md)
|
||||
- [pub_restricted](pub-restricted.md)
|
||||
- [question_mark_carrier](question-mark-carrier.md)
|
||||
- [quote](quote.md)
|
||||
- [rand](rand.md)
|
||||
- [range_contains](range-contains.md)
|
||||
- [raw](raw.md)
|
||||
- [rc_would_unwrap](rc-would-unwrap.md)
|
||||
- [relaxed_adts](relaxed-adts.md)
|
||||
- [repr_simd](repr-simd.md)
|
||||
- [retain_hash_collection](retain-hash-collection.md)
|
||||
- [rt](rt.md)
|
||||
- [rustc_attrs](rustc-attrs.md)
|
||||
- [rustc_diagnostic_macros](rustc-diagnostic-macros.md)
|
||||
- [rustc_private](rustc-private.md)
|
||||
- [rustdoc](rustdoc.md)
|
||||
- [rvalue_static_promotion](rvalue-static-promotion.md)
|
||||
- [sanitizer_runtime](sanitizer-runtime.md)
|
||||
- [sanitizer_runtime_lib](sanitizer-runtime-lib.md)
|
||||
- [set_stdio](set-stdio.md)
|
||||
- [shared](shared.md)
|
||||
- [simd](simd.md)
|
||||
- [simd_ffi](simd-ffi.md)
|
||||
- [sip_hash_13](sip-hash-13.md)
|
||||
- [slice_concat_ext](slice-concat-ext.md)
|
||||
- [slice_get_slice](slice-get-slice.md)
|
||||
- [slice_patterns](slice-patterns.md)
|
||||
- [sort_internals](sort-internals.md)
|
||||
- [sort_unstable](sort-unstable.md)
|
||||
- [specialization](specialization.md)
|
||||
- [staged_api](staged-api.md)
|
||||
- [start](start.md)
|
||||
- [static_nobundle](static-nobundle.md)
|
||||
- [static_recursion](static-recursion.md)
|
||||
- [step_by](step-by.md)
|
||||
- [step_trait](step-trait.md)
|
||||
- [stmt_expr_attributes](stmt-expr-attributes.md)
|
||||
- [str_escape](str-escape.md)
|
||||
- [str_internals](str-internals.md)
|
||||
- [struct_field_attributes](struct-field-attributes.md)
|
||||
- [structural_match](structural-match.md)
|
||||
- [target_feature](target-feature.md)
|
||||
- [test](test.md)
|
||||
- [thread_id](thread-id.md)
|
||||
- [thread_local](thread-local.md)
|
||||
- [thread_local_internals](thread-local-internals.md)
|
||||
- [thread_local_state](thread-local-state.md)
|
||||
- [trace_macros](trace-macros.md)
|
||||
- [trusted_len](trusted-len.md)
|
||||
- [try_from](try-from.md)
|
||||
- [type_ascription](type-ascription.md)
|
||||
- [unboxed_closures](unboxed-closures.md)
|
||||
- [unicode](unicode.md)
|
||||
- [unique](unique.md)
|
||||
- [unsize](unsize.md)
|
||||
- [untagged_unions](untagged-unions.md)
|
||||
- [unwind_attributes](unwind-attributes.md)
|
||||
- [update_panic_count](update-panic-count.md)
|
||||
- [use_extern_macros](use-extern-macros.md)
|
||||
- [utf8_error_error_len](utf8-error-error-len.md)
|
||||
- [vec_remove_item](vec-remove-item.md)
|
||||
- [windows_c](windows-c.md)
|
||||
- [windows_handle](windows-handle.md)
|
||||
- [windows_net](windows-net.md)
|
||||
- [windows_stdio](windows-stdio.md)
|
||||
- [windows_subsystem](windows-subsystem.md)
|
||||
- [zero_one](zero-one.md)
|
||||
|
7
src/doc/unstable-book/src/alloc.md
Normal file
7
src/doc/unstable-book/src/alloc.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `alloc`
|
||||
|
||||
The tracking issue for this feature is: [#27783]
|
||||
|
||||
[#27783]: https://github.com/rust-lang/rust/issues/27783
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/as-unsafe-cell.md
Normal file
7
src/doc/unstable-book/src/as-unsafe-cell.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `as_unsafe_cell`
|
||||
|
||||
The tracking issue for this feature is: [#27708]
|
||||
|
||||
[#27708]: https://github.com/rust-lang/rust/issues/27708
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/ascii-ctype.md
Normal file
5
src/doc/unstable-book/src/ascii-ctype.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `ascii_ctype`
|
||||
|
||||
The tracking issue for this feature is: [#39658]
|
||||
|
||||
[#39658]: https://github.com/rust-lang/rust/issues/39658
|
7
src/doc/unstable-book/src/binary-heap-extras.md
Normal file
7
src/doc/unstable-book/src/binary-heap-extras.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `binary_heap_extras`
|
||||
|
||||
The tracking issue for this feature is: [#28147]
|
||||
|
||||
[#28147]: https://github.com/rust-lang/rust/issues/28147
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/binary-heap-peek-mut-pop.md
Normal file
7
src/doc/unstable-book/src/binary-heap-peek-mut-pop.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `binary_heap_peek_mut_pop`
|
||||
|
||||
The tracking issue for this feature is: [#38863]
|
||||
|
||||
[#38863]: https://github.com/rust-lang/rust/issues/38863
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/borrow-state.md
Normal file
7
src/doc/unstable-book/src/borrow-state.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `borrow_state`
|
||||
|
||||
The tracking issue for this feature is: [#27733]
|
||||
|
||||
[#27733]: https://github.com/rust-lang/rust/issues/27733
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/box-heap.md
Normal file
7
src/doc/unstable-book/src/box-heap.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `box_heap`
|
||||
|
||||
The tracking issue for this feature is: [#27779]
|
||||
|
||||
[#27779]: https://github.com/rust-lang/rust/issues/27779
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/c-void-variant.md
Normal file
5
src/doc/unstable-book/src/c-void-variant.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `c_void_variant`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/catch-expr.md
Normal file
7
src/doc/unstable-book/src/catch-expr.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `catch_expr`
|
||||
|
||||
The tracking issue for this feature is: [#31436]
|
||||
|
||||
[#31436]: https://github.com/rust-lang/rust/issues/31436
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/char-escape-debug.md
Normal file
7
src/doc/unstable-book/src/char-escape-debug.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `char_escape_debug`
|
||||
|
||||
The tracking issue for this feature is: [#35068]
|
||||
|
||||
[#35068]: https://github.com/rust-lang/rust/issues/35068
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/closure-to-fn-coercion.md
Normal file
7
src/doc/unstable-book/src/closure-to-fn-coercion.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `closure_to_fn_coercion`
|
||||
|
||||
The tracking issue for this feature is: [#39817]
|
||||
|
||||
[#39817]: https://github.com/rust-lang/rust/issues/39817
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/coerce-unsized.md
Normal file
7
src/doc/unstable-book/src/coerce-unsized.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `coerce_unsized`
|
||||
|
||||
The tracking issue for this feature is: [#27732]
|
||||
|
||||
[#27732]: https://github.com/rust-lang/rust/issues/27732
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/collection-placement.md
Normal file
7
src/doc/unstable-book/src/collection-placement.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `collection_placement`
|
||||
|
||||
The tracking issue for this feature is: [#30172]
|
||||
|
||||
[#30172]: https://github.com/rust-lang/rust/issues/30172
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/collections-range.md
Normal file
7
src/doc/unstable-book/src/collections-range.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `collections_range`
|
||||
|
||||
The tracking issue for this feature is: [#30877]
|
||||
|
||||
[#30877]: https://github.com/rust-lang/rust/issues/30877
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/collections.md
Normal file
5
src/doc/unstable-book/src/collections.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `collections`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/command-envs.md
Normal file
7
src/doc/unstable-book/src/command-envs.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `command_envs`
|
||||
|
||||
The tracking issue for this feature is: [#38526]
|
||||
|
||||
[#38526]: https://github.com/rust-lang/rust/issues/38526
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/compiler-builtins-lib.md
Normal file
5
src/doc/unstable-book/src/compiler-builtins-lib.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `compiler_builtins_lib`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/concat-idents-macro.md
Normal file
7
src/doc/unstable-book/src/concat-idents-macro.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `concat_idents_macro`
|
||||
|
||||
The tracking issue for this feature is: [#29599]
|
||||
|
||||
[#29599]: https://github.com/rust-lang/rust/issues/29599
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/core-char-ext.md
Normal file
7
src/doc/unstable-book/src/core-char-ext.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `core_char_ext`
|
||||
|
||||
The tracking issue for this feature is: [#32110]
|
||||
|
||||
[#32110]: https://github.com/rust-lang/rust/issues/32110
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/core-float.md
Normal file
7
src/doc/unstable-book/src/core-float.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `core_float`
|
||||
|
||||
The tracking issue for this feature is: [#32110]
|
||||
|
||||
[#32110]: https://github.com/rust-lang/rust/issues/32110
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/core-intrinsics.md
Normal file
5
src/doc/unstable-book/src/core-intrinsics.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `core_intrinsics`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/core-panic.md
Normal file
5
src/doc/unstable-book/src/core-panic.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `core_panic`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/core-private-bignum.md
Normal file
5
src/doc/unstable-book/src/core-private-bignum.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `core_private_bignum`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/core-private-diy-float.md
Normal file
5
src/doc/unstable-book/src/core-private-diy-float.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `core_private_diy_float`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/core-slice-ext.md
Normal file
7
src/doc/unstable-book/src/core-slice-ext.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `core_slice_ext`
|
||||
|
||||
The tracking issue for this feature is: [#32110]
|
||||
|
||||
[#32110]: https://github.com/rust-lang/rust/issues/32110
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/core-str-ext.md
Normal file
7
src/doc/unstable-book/src/core-str-ext.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `core_str_ext`
|
||||
|
||||
The tracking issue for this feature is: [#32110]
|
||||
|
||||
[#32110]: https://github.com/rust-lang/rust/issues/32110
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/dec2flt.md
Normal file
5
src/doc/unstable-book/src/dec2flt.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `dec2flt`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/decode-utf8.md
Normal file
7
src/doc/unstable-book/src/decode-utf8.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `decode_utf8`
|
||||
|
||||
The tracking issue for this feature is: [#27783]
|
||||
|
||||
[#27783]: https://github.com/rust-lang/rust/issues/27783
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/derive-clone-copy.md
Normal file
5
src/doc/unstable-book/src/derive-clone-copy.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `derive_clone_copy`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/derive-eq.md
Normal file
5
src/doc/unstable-book/src/derive-eq.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `derive_eq`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/discriminant-value.md
Normal file
7
src/doc/unstable-book/src/discriminant-value.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `discriminant_value`
|
||||
|
||||
The tracking issue for this feature is: [#24263]
|
||||
|
||||
[#24263]: https://github.com/rust-lang/rust/issues/24263
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/enumset.md
Normal file
7
src/doc/unstable-book/src/enumset.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `enumset`
|
||||
|
||||
The tracking issue for this feature is: [#37966]
|
||||
|
||||
[#37966]: https://github.com/rust-lang/rust/issues/37966
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/error-type-id.md
Normal file
7
src/doc/unstable-book/src/error-type-id.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `error_type_id`
|
||||
|
||||
The tracking issue for this feature is: [#27745]
|
||||
|
||||
[#27745]: https://github.com/rust-lang/rust/issues/27745
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/exact-size-is-empty.md
Normal file
7
src/doc/unstable-book/src/exact-size-is-empty.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `exact_size_is_empty`
|
||||
|
||||
The tracking issue for this feature is: [#35428]
|
||||
|
||||
[#35428]: https://github.com/rust-lang/rust/issues/35428
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/fd-read.md
Normal file
5
src/doc/unstable-book/src/fd-read.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `fd_read`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/fd.md
Normal file
5
src/doc/unstable-book/src/fd.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `fd`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
@ -1,10 +0,0 @@
|
||||
# `field_init_shorthand`
|
||||
|
||||
The tracking issue for this feature is: [#37340]
|
||||
|
||||
[#37340]: https://github.com/rust-lang/rust/issues/37340
|
||||
|
||||
------------------------
|
||||
|
||||
|
||||
|
7
src/doc/unstable-book/src/fixed-size-array.md
Normal file
7
src/doc/unstable-book/src/fixed-size-array.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `fixed_size_array`
|
||||
|
||||
The tracking issue for this feature is: [#27778]
|
||||
|
||||
[#27778]: https://github.com/rust-lang/rust/issues/27778
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/float-extras.md
Normal file
7
src/doc/unstable-book/src/float-extras.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `float_extras`
|
||||
|
||||
The tracking issue for this feature is: [#27752]
|
||||
|
||||
[#27752]: https://github.com/rust-lang/rust/issues/27752
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/flt2dec.md
Normal file
5
src/doc/unstable-book/src/flt2dec.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `flt2dec`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/fmt-flags-align.md
Normal file
7
src/doc/unstable-book/src/fmt-flags-align.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `fmt_flags_align`
|
||||
|
||||
The tracking issue for this feature is: [#27726]
|
||||
|
||||
[#27726]: https://github.com/rust-lang/rust/issues/27726
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/fmt-internals.md
Normal file
5
src/doc/unstable-book/src/fmt-internals.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `fmt_internals`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/fn-traits.md
Normal file
7
src/doc/unstable-book/src/fn-traits.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `fn_traits`
|
||||
|
||||
The tracking issue for this feature is: [#29625]
|
||||
|
||||
[#29625]: https://github.com/rust-lang/rust/issues/29625
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/fnbox.md
Normal file
7
src/doc/unstable-book/src/fnbox.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `fnbox`
|
||||
|
||||
The tracking issue for this feature is: [#28796]
|
||||
|
||||
[#28796]: https://github.com/rust-lang/rust/issues/28796
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/fused.md
Normal file
7
src/doc/unstable-book/src/fused.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `fused`
|
||||
|
||||
The tracking issue for this feature is: [#35602]
|
||||
|
||||
[#35602]: https://github.com/rust-lang/rust/issues/35602
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/future-atomic-orderings.md
Normal file
5
src/doc/unstable-book/src/future-atomic-orderings.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `future_atomic_orderings`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/get-type-id.md
Normal file
7
src/doc/unstable-book/src/get-type-id.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `get_type_id`
|
||||
|
||||
The tracking issue for this feature is: [#27745]
|
||||
|
||||
[#27745]: https://github.com/rust-lang/rust/issues/27745
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/heap-api.md
Normal file
7
src/doc/unstable-book/src/heap-api.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `heap_api`
|
||||
|
||||
The tracking issue for this feature is: [#27700]
|
||||
|
||||
[#27700]: https://github.com/rust-lang/rust/issues/27700
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/i128.md
Normal file
7
src/doc/unstable-book/src/i128.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `i128`
|
||||
|
||||
The tracking issue for this feature is: [#35118]
|
||||
|
||||
[#35118]: https://github.com/rust-lang/rust/issues/35118
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/inclusive-range.md
Normal file
7
src/doc/unstable-book/src/inclusive-range.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `inclusive_range`
|
||||
|
||||
The tracking issue for this feature is: [#28237]
|
||||
|
||||
[#28237]: https://github.com/rust-lang/rust/issues/28237
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/int-error-internals.md
Normal file
5
src/doc/unstable-book/src/int-error-internals.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `int_error_internals`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/integer-atomics.md
Normal file
7
src/doc/unstable-book/src/integer-atomics.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `integer_atomics`
|
||||
|
||||
The tracking issue for this feature is: [#32976]
|
||||
|
||||
[#32976]: https://github.com/rust-lang/rust/issues/32976
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/into-boxed-c-str.md
Normal file
7
src/doc/unstable-book/src/into-boxed-c-str.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `into_boxed_c_str`
|
||||
|
||||
The tracking issue for this feature is: [#40380]
|
||||
|
||||
[#40380]: https://github.com/rust-lang/rust/issues/40380
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/into-boxed-os-str.md
Normal file
7
src/doc/unstable-book/src/into-boxed-os-str.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `into_boxed_os_str`
|
||||
|
||||
The tracking issue for this feature is: [#into_boxed_os_str]
|
||||
|
||||
[#into_boxed_os_str]: https://github.com/rust-lang/rust/issues/40380
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/into-boxed-path.md
Normal file
7
src/doc/unstable-book/src/into-boxed-path.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `into_boxed_path`
|
||||
|
||||
The tracking issue for this feature is: [#40380]
|
||||
|
||||
[#40380]: https://github.com/rust-lang/rust/issues/40380
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/io-error-internals.md
Normal file
5
src/doc/unstable-book/src/io-error-internals.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `io_error_internals`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/io.md
Normal file
7
src/doc/unstable-book/src/io.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `io`
|
||||
|
||||
The tracking issue for this feature is: [#27802]
|
||||
|
||||
[#27802]: https://github.com/rust-lang/rust/issues/27802
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/ip.md
Normal file
7
src/doc/unstable-book/src/ip.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `ip`
|
||||
|
||||
The tracking issue for this feature is: [#27709]
|
||||
|
||||
[#27709]: https://github.com/rust-lang/rust/issues/27709
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/is-unique.md
Normal file
7
src/doc/unstable-book/src/is-unique.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `is_unique`
|
||||
|
||||
The tracking issue for this feature is: [#28356]
|
||||
|
||||
[#28356]: https://github.com/rust-lang/rust/issues/28356
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/iter-rfind.md
Normal file
7
src/doc/unstable-book/src/iter-rfind.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `iter_rfind`
|
||||
|
||||
The tracking issue for this feature is: [#39480]
|
||||
|
||||
[#39480]: https://github.com/rust-lang/rust/issues/39480
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/libstd-io-internals.md
Normal file
5
src/doc/unstable-book/src/libstd-io-internals.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `libstd_io_internals`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/libstd-sys-internals.md
Normal file
5
src/doc/unstable-book/src/libstd-sys-internals.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `libstd_sys_internals`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/libstd-thread-internals.md
Normal file
5
src/doc/unstable-book/src/libstd-thread-internals.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `libstd_thread_internals`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/linked-list-extras.md
Normal file
7
src/doc/unstable-book/src/linked-list-extras.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `linked_list_extras`
|
||||
|
||||
The tracking issue for this feature is: [#27794]
|
||||
|
||||
[#27794]: https://github.com/rust-lang/rust/issues/27794
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/lookup-host.md
Normal file
7
src/doc/unstable-book/src/lookup-host.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `lookup_host`
|
||||
|
||||
The tracking issue for this feature is: [#27705]
|
||||
|
||||
[#27705]: https://github.com/rust-lang/rust/issues/27705
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/map-entry-recover-keys.md
Normal file
5
src/doc/unstable-book/src/map-entry-recover-keys.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `map_entry_recover_keys`
|
||||
|
||||
The tracking issue for this feature is: [#34285]
|
||||
|
||||
[#34285]: https://github.com/rust-lang/rust/issues/34285
|
5
src/doc/unstable-book/src/mpsc-select.md
Normal file
5
src/doc/unstable-book/src/mpsc-select.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `mpsc_select`
|
||||
|
||||
The tracking issue for this feature is: [#27800]
|
||||
|
||||
[#27800]: https://github.com/rust-lang/rust/issues/27800
|
5
src/doc/unstable-book/src/n16.md
Normal file
5
src/doc/unstable-book/src/n16.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `n16`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/never-type-impls.md
Normal file
7
src/doc/unstable-book/src/never-type-impls.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `never_type_impls`
|
||||
|
||||
The tracking issue for this feature is: [#35121]
|
||||
|
||||
[#35121]: https://github.com/rust-lang/rust/issues/35121
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/nonzero.md
Normal file
7
src/doc/unstable-book/src/nonzero.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `nonzero`
|
||||
|
||||
The tracking issue for this feature is: [#27730]
|
||||
|
||||
[#27730]: https://github.com/rust-lang/rust/issues/27730
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/once-poison.md
Normal file
7
src/doc/unstable-book/src/once-poison.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `once_poison`
|
||||
|
||||
The tracking issue for this feature is: [#33577]
|
||||
|
||||
[#33577]: https://github.com/rust-lang/rust/issues/33577
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/oom.md
Normal file
7
src/doc/unstable-book/src/oom.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `oom`
|
||||
|
||||
The tracking issue for this feature is: [#27700]
|
||||
|
||||
[#27700]: https://github.com/rust-lang/rust/issues/27700
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/option-entry.md
Normal file
7
src/doc/unstable-book/src/option-entry.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `option_entry`
|
||||
|
||||
The tracking issue for this feature is: [#39288]
|
||||
|
||||
[#39288]: https://github.com/rust-lang/rust/issues/39288
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/osstring-shrink-to-fit.md
Normal file
7
src/doc/unstable-book/src/osstring-shrink-to-fit.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `osstring_shrink_to_fit`
|
||||
|
||||
The tracking issue for this feature is: [#40421]
|
||||
|
||||
[#40421]: https://github.com/rust-lang/rust/issues/40421
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/panic-abort.md
Normal file
7
src/doc/unstable-book/src/panic-abort.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `panic_abort`
|
||||
|
||||
The tracking issue for this feature is: [#32837]
|
||||
|
||||
[#32837]: https://github.com/rust-lang/rust/issues/32837
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/panic-unwind.md
Normal file
7
src/doc/unstable-book/src/panic-unwind.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `panic_unwind`
|
||||
|
||||
The tracking issue for this feature is: [#32837]
|
||||
|
||||
[#32837]: https://github.com/rust-lang/rust/issues/32837
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/pattern.md
Normal file
7
src/doc/unstable-book/src/pattern.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `pattern`
|
||||
|
||||
The tracking issue for this feature is: [#27721]
|
||||
|
||||
[#27721]: https://github.com/rust-lang/rust/issues/27721
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/peek.md
Normal file
7
src/doc/unstable-book/src/peek.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `peek`
|
||||
|
||||
The tracking issue for this feature is: [#38980]
|
||||
|
||||
[#38980]: https://github.com/rust-lang/rust/issues/38980
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/placement-in.md
Normal file
7
src/doc/unstable-book/src/placement-in.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `placement_in`
|
||||
|
||||
The tracking issue for this feature is: [#27779]
|
||||
|
||||
[#27779]: https://github.com/rust-lang/rust/issues/27779
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/placement-new-protocol.md
Normal file
7
src/doc/unstable-book/src/placement-new-protocol.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `placement_new_protocol`
|
||||
|
||||
The tracking issue for this feature is: [#27779]
|
||||
|
||||
[#27779]: https://github.com/rust-lang/rust/issues/27779
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/print.md
Normal file
5
src/doc/unstable-book/src/print.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `print`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/proc-macro-internals.md
Normal file
7
src/doc/unstable-book/src/proc-macro-internals.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `proc_macro_internals`
|
||||
|
||||
The tracking issue for this feature is: [#27812]
|
||||
|
||||
[#27812]: https://github.com/rust-lang/rust/issues/27812
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/process-try-wait.md
Normal file
7
src/doc/unstable-book/src/process-try-wait.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `process_try_wait`
|
||||
|
||||
The tracking issue for this feature is: [#38903]
|
||||
|
||||
[#38903]: https://github.com/rust-lang/rust/issues/38903
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/pub-restricted.md
Normal file
7
src/doc/unstable-book/src/pub-restricted.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `pub_restricted`
|
||||
|
||||
The tracking issue for this feature is: [#32409]
|
||||
|
||||
[#38356]: https://github.com/rust-lang/rust/issues/32409
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/question-mark-carrier.md
Normal file
7
src/doc/unstable-book/src/question-mark-carrier.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `question_mark_carrier`
|
||||
|
||||
The tracking issue for this feature is: [#31436]
|
||||
|
||||
[#31436]: https://github.com/rust-lang/rust/issues/31436
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/rand.md
Normal file
5
src/doc/unstable-book/src/rand.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `rand`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/range-contains.md
Normal file
7
src/doc/unstable-book/src/range-contains.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `range_contains`
|
||||
|
||||
The tracking issue for this feature is: [#32311]
|
||||
|
||||
[#32311]: https://github.com/rust-lang/rust/issues/32311
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/raw.md
Normal file
7
src/doc/unstable-book/src/raw.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `raw`
|
||||
|
||||
The tracking issue for this feature is: [#27751]
|
||||
|
||||
[#27751]: https://github.com/rust-lang/rust/issues/27751
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/rc-would-unwrap.md
Normal file
5
src/doc/unstable-book/src/rc-would-unwrap.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `rc_would_unwrap`
|
||||
|
||||
The tracking issue for this feature is: [#28356]
|
||||
|
||||
[#28356]: https://github.com/rust-lang/rust/issues/28356
|
7
src/doc/unstable-book/src/retain-hash-collection.md
Normal file
7
src/doc/unstable-book/src/retain-hash-collection.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `retain_hash_collection`
|
||||
|
||||
The tracking issue for this feature is: [#36648]
|
||||
|
||||
[#36648]: https://github.com/rust-lang/rust/issues/36648
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/rt.md
Normal file
5
src/doc/unstable-book/src/rt.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `rt`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/rustc-private.md
Normal file
7
src/doc/unstable-book/src/rustc-private.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `rustc_private`
|
||||
|
||||
The tracking issue for this feature is: [#27812]
|
||||
|
||||
[#27812]: https://github.com/rust-lang/rust/issues/27812
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/rustdoc.md
Normal file
7
src/doc/unstable-book/src/rustdoc.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `rustdoc`
|
||||
|
||||
The tracking issue for this feature is: [#27812]
|
||||
|
||||
[#27812]: https://github.com/rust-lang/rust/issues/27812
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/sanitizer-runtime-lib.md
Normal file
5
src/doc/unstable-book/src/sanitizer-runtime-lib.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `sanitizer_runtime_lib`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
5
src/doc/unstable-book/src/set-stdio.md
Normal file
5
src/doc/unstable-book/src/set-stdio.md
Normal file
@ -0,0 +1,5 @@
|
||||
# `set_stdio`
|
||||
|
||||
This feature is internal to the Rust compiler and is not intended for general use.
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/shared.md
Normal file
7
src/doc/unstable-book/src/shared.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `shared`
|
||||
|
||||
The tracking issue for this feature is: [#27730]
|
||||
|
||||
[#27730]: https://github.com/rust-lang/rust/issues/27730
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/sip-hash-13.md
Normal file
7
src/doc/unstable-book/src/sip-hash-13.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `sip_hash_13`
|
||||
|
||||
The tracking issue for this feature is: [#34767]
|
||||
|
||||
[#34767]: https://github.com/rust-lang/rust/issues/34767
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/slice-concat-ext.md
Normal file
7
src/doc/unstable-book/src/slice-concat-ext.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `slice_concat_ext`
|
||||
|
||||
The tracking issue for this feature is: [#27747]
|
||||
|
||||
[#27747]: https://github.com/rust-lang/rust/issues/27747
|
||||
|
||||
------------------------
|
7
src/doc/unstable-book/src/slice-get-slice.md
Normal file
7
src/doc/unstable-book/src/slice-get-slice.md
Normal file
@ -0,0 +1,7 @@
|
||||
# `slice_get_slice`
|
||||
|
||||
The tracking issue for this feature is: [#35729]
|
||||
|
||||
[#35729]: https://github.com/rust-lang/rust/issues/35729
|
||||
|
||||
------------------------
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user