File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -879,7 +879,7 @@ impl<T: ?Sized> *const T {
879
879
/// # } }
880
880
/// ```
881
881
#[ stable( feature = "align_offset" , since = "1.36.0" ) ]
882
- #[ rustc_const_unstable( feature = "const_align_offset" , issue = "none " ) ]
882
+ #[ rustc_const_unstable( feature = "const_align_offset" , issue = "90962 " ) ]
883
883
pub const fn align_offset ( self , align : usize ) -> usize
884
884
where
885
885
T : Sized ,
Original file line number Diff line number Diff line change @@ -1142,7 +1142,7 @@ impl<T: ?Sized> *mut T {
1142
1142
/// # } }
1143
1143
/// ```
1144
1144
#[ stable( feature = "align_offset" , since = "1.36.0" ) ]
1145
- #[ rustc_const_unstable( feature = "const_align_offset" , issue = "none " ) ]
1145
+ #[ rustc_const_unstable( feature = "const_align_offset" , issue = "90962 " ) ]
1146
1146
pub const fn align_offset ( self , align : usize ) -> usize
1147
1147
where
1148
1148
T : Sized ,
You can’t perform that action at this time.
0 commit comments