Stabilize offset_of_nested

This commit is contained in:
George Bateman 2024-07-29 17:50:12 +01:00
parent 4db3d12e6f
commit 23f46e5b99
No known key found for this signature in database
GPG key ID: C417AA9C4039EFCF
27 changed files with 128 additions and 238 deletions

View file

@ -560,8 +560,6 @@ declare_features! (
(unstable, object_safe_for_dispatch, "1.40.0", Some(43561)),
/// Allows using enums in offset_of!
(unstable, offset_of_enum, "1.75.0", Some(120141)),
/// Allows using multiple nested field accesses in offset_of!
(unstable, offset_of_nested, "1.77.0", Some(120140)),
/// Allows using fields with slice type in offset_of!
(unstable, offset_of_slice, "CURRENT_RUSTC_VERSION", Some(126151)),
/// Allows using `#[optimize(X)]`.