This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -831,7 +831,7 @@ extern "rust-intrinsic" {
831831 /// Gets a reference to a static `Location` indicating where it was called.
832832 ///
833833 /// 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 " ) ]
835835 pub fn caller_location ( ) -> & ' static crate :: panic:: Location < ' static > ;
836836
837837 /// 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> {
225225 /// assert_ne!(this_location.column(), another_location.column());
226226 /// ```
227227 #[ 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 " ) ]
229229 #[ track_caller]
230230 pub const fn caller ( ) -> & ' static Location < ' static > {
231231 crate :: intrinsics:: caller_location ( )
You can’t perform that action at this time.
0 commit comments