1
Fork 0

Split remaining offset_of features into new tracking issues

This commit is contained in:
George Bateman 2024-01-19 20:29:40 +00:00
parent 803b810eac
commit 7924c9bcdf
No known key found for this signature in database
GPG key ID: C417AA9C4039EFCF
4 changed files with 15 additions and 10 deletions

View file

@ -549,9 +549,9 @@ declare_features! (
/// casts in safe Rust to `dyn Trait` for such a `Trait` is also forbidden.
(unstable, object_safe_for_dispatch, "1.40.0", Some(43561)),
/// Allows using enums in offset_of!
(unstable, offset_of_enum, "1.75.0", Some(106655)),
(unstable, offset_of_enum, "1.75.0", Some(120141)),
/// Allows using multiple nested field accesses in offset_of!
(unstable, offset_of_nested, "CURRENT_RUSTC_VERSION", Some(106655)),
(unstable, offset_of_nested, "CURRENT_RUSTC_VERSION", Some(120140)),
/// Allows using `#[optimize(X)]`.
(unstable, optimize_attribute, "1.34.0", Some(54882)),
/// Allows macro attributes on expressions, statements and non-inline modules.