1
Fork 0

clarify the meaning of the version number for accepted/removed features

This commit is contained in:
Ralf Jung 2024-07-14 08:18:03 +02:00
parent c1e3f03e60
commit 2dd5369eda
3 changed files with 14 additions and 0 deletions

View file

@ -32,6 +32,12 @@ declare_features! (
// feature-group-start: removed features
// -------------------------------------------------------------------------
// Note that the version indicates when it got *removed*.
// When moving an unstable feature here, set the version number to
// `CURRENT RUSTC VERSION` with ` ` replaced by `_`.
// (But not all features below do this properly; many indicate the
// version they got originally added in.)
/// Allows using the `amdgpu-kernel` ABI.
(removed, abi_amdgpu_kernel, "1.77.0", Some(51575), None),
(removed, advanced_slice_patterns, "1.0.0", Some(62254),