Skip to content

Commit 0621a12

Browse files
committed
Honor allow_internal_unstable for const intrinsics.
1 parent ed772fb commit 0621a12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/intrinsics/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2802,7 +2802,6 @@ pub const fn align_of<T>() -> usize;
28022802
#[rustc_nounwind]
28032803
#[unstable(feature = "core_intrinsics", issue = "none")]
28042804
#[rustc_const_unstable(feature = "core_intrinsics", issue = "none")]
2805-
#[rustc_const_stable_indirect]
28062805
#[rustc_intrinsic_const_stable_indirect]
28072806
#[rustc_intrinsic]
28082807
#[lang = "offset_of"]

0 commit comments

Comments
 (0)