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 @@ -232,7 +232,7 @@ impl<'a> Location<'a> {
232
232
/// assert_ne!(this_location.column(), another_location.column());
233
233
/// ```
234
234
#[ stable( feature = "track_caller" , since = "1.46.0" ) ]
235
- #[ rustc_const_unstable( feature = "const_caller_location" , issue = "47809 " ) ]
235
+ #[ rustc_const_unstable( feature = "const_caller_location" , issue = "76156 " ) ]
236
236
#[ track_caller]
237
237
pub const fn caller ( ) -> & ' static Location < ' static > {
238
238
crate :: intrinsics:: caller_location ( )
You can’t perform that action at this time.
0 commit comments