Skip to content

Commit c049009

Browse files
committed
Split remaining offset_of features into new tracking issues
1 parent e209b42 commit c049009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_feature/src/unstable.rs

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

0 commit comments

Comments
 (0)