Add feature toggle for rvalue-static-promotion RFC

See https://github.com/rust-lang/rfcs/pull/1414.

Updates #38865.
This commit is contained in:
Tobias Schottdorf 2017-03-11 10:54:45 -05:00
parent 6f10e2f63d
commit b43c744318
6 changed files with 43 additions and 3 deletions

View file

@ -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)

View file

@ -0,0 +1,5 @@
# `rvalue_static_promotion`
The tracking issue for this feature is: [#38865]
------------------------