Add feature toggle for rvalue-static-promotion RFC
See https://github.com/rust-lang/rfcs/pull/1414. Updates #38865.
This commit is contained in:
parent
6f10e2f63d
commit
b43c744318
6 changed files with 43 additions and 3 deletions
|
|
@ -71,6 +71,7 @@
|
|||
- [repr_simd](repr-simd.md)
|
||||
- [rustc_attrs](rustc-attrs.md)
|
||||
- [rustc_diagnostic_macros](rustc-diagnostic-macros.md)
|
||||
- [rvalue_static_promotion](rvalue-static-promotion.md)
|
||||
- [sanitizer_runtime](sanitizer-runtime.md)
|
||||
- [simd](simd.md)
|
||||
- [simd_ffi](simd-ffi.md)
|
||||
|
|
|
|||
5
src/doc/unstable-book/src/rvalue-static-promotion.md
Normal file
5
src/doc/unstable-book/src/rvalue-static-promotion.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# `rvalue_static_promotion`
|
||||
|
||||
The tracking issue for this feature is: [#38865]
|
||||
|
||||
------------------------
|
||||
Loading…
Add table
Add a link
Reference in a new issue