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 @@ -831,7 +831,7 @@ extern "rust-intrinsic" {
831
831
/// Gets a reference to a static `Location` indicating where it was called.
832
832
///
833
833
/// Consider using [`crate::panic::Location::caller`] instead.
834
- #[ rustc_const_unstable( feature = "const_caller_location" , issue = "47809 " ) ]
834
+ #[ rustc_const_unstable( feature = "const_caller_location" , issue = "76156 " ) ]
835
835
pub fn caller_location ( ) -> & ' static crate :: panic:: Location < ' static > ;
836
836
837
837
/// Moves a value out of scope without running drop glue.
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ impl<'a> Location<'a> {
225
225
/// assert_ne!(this_location.column(), another_location.column());
226
226
/// ```
227
227
#[ stable( feature = "track_caller" , since = "1.46.0" ) ]
228
- #[ rustc_const_unstable( feature = "const_caller_location" , issue = "47809 " ) ]
228
+ #[ rustc_const_unstable( feature = "const_caller_location" , issue = "76156 " ) ]
229
229
#[ track_caller]
230
230
pub const fn caller ( ) -> & ' static Location < ' static > {
231
231
crate :: intrinsics:: caller_location ( )
You can’t perform that action at this time.
0 commit comments