about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorTobias Schottdorf <tobias.schottdorf@gmail.com>2017-03-11 10:54:45 -0500
committerTobias Schottdorf <tobias.schottdorf@gmail.com>2017-03-14 11:06:50 -0400
commitb43c744318b76934cdbcc0c8a4fdbc7d0091bbd8 (patch)
tree47ba83b177bf4e315a7698f8777af2983e16df18 /src/doc
parent6f10e2f63de720468e2b4bfcb275e4b90b1f9870 (diff)
downloadrust-b43c744318b76934cdbcc0c8a4fdbc7d0091bbd8.tar.gz
rust-b43c744318b76934cdbcc0c8a4fdbc7d0091bbd8.zip
Add feature toggle for rvalue-static-promotion RFC
See https://github.com/rust-lang/rfcs/pull/1414.

Updates #38865.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/unstable-book/src/SUMMARY.md1
-rw-r--r--src/doc/unstable-book/src/rvalue-static-promotion.md5
2 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/SUMMARY.md b/src/doc/unstable-book/src/SUMMARY.md
index 5fb323d6ce9..034f9f4eb25 100644
--- a/src/doc/unstable-book/src/SUMMARY.md
+++ b/src/doc/unstable-book/src/SUMMARY.md
@@ -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)
diff --git a/src/doc/unstable-book/src/rvalue-static-promotion.md b/src/doc/unstable-book/src/rvalue-static-promotion.md
new file mode 100644
index 00000000000..3b654960c8e
--- /dev/null
+++ b/src/doc/unstable-book/src/rvalue-static-promotion.md
@@ -0,0 +1,5 @@
+# `rvalue_static_promotion`
+
+The tracking issue for this feature is: [#38865]
+
+------------------------