about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/accepted.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-07-14 10:22:01 +0000
committerbors <bors@rust-lang.org>2024-07-14 10:22:01 +0000
commita241cf1c49c46c57ee2ea9b19df4e7e2cc41449d (patch)
tree3b0fcc4c9c6c90accde290b933733579a9de519b /compiler/rustc_feature/src/accepted.rs
parent0ffbddd09e02a00b762d838ea1598bfa89dd1668 (diff)
parent82f13e721570f116b34cfe4014fc9915e95fc7aa (diff)
downloadrust-a241cf1c49c46c57ee2ea9b19df4e7e2cc41449d.tar.gz
rust-a241cf1c49c46c57ee2ea9b19df4e7e2cc41449d.zip
Auto merge of #127713 - matthiaskrgr:rollup-zxlyexf, r=matthiaskrgr
Rollup of 5 pull requests

Successful merges:

 - #127083 (Add release notes for 1.80)
 - #127322 (handle ci-rustc incompatible options during config parse)
 - #127697 (use std for file mtime and atime modifications)
 - #127704 (Fix minor typos in std::process doc on Win argv)
 - #127710 (clarify the meaning of the version number for accepted/removed features)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_feature/src/accepted.rs')
-rw-r--r--compiler/rustc_feature/src/accepted.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/rustc_feature/src/accepted.rs b/compiler/rustc_feature/src/accepted.rs
index f082cc2b569..e671c768239 100644
--- a/compiler/rustc_feature/src/accepted.rs
+++ b/compiler/rustc_feature/src/accepted.rs
@@ -42,6 +42,10 @@ declare_features! (
     // feature-group-start: accepted features
     // -------------------------------------------------------------------------
 
+    // Note that the version indicates when it got *stabilized*.
+    // When moving an unstable feature here, set the version number to
+    // `CURRENT RUSTC VERSION` with ` ` replaced by `_`.
+
     /// Allows `#[target_feature(...)]` on aarch64 platforms
     (accepted, aarch64_target_feature, "1.61.0", Some(44839)),
     /// Allows using the `efiapi` ABI.