-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for core::arch::return_address #154966
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(return_address)]This is a tracking issue for
core::arch::return_addressThe
core::arch::return_address!()macro returns a pointer with an address that corresponds to the caller of the function that invoked the return_address!() macro, or a null pointer if it cannot be determined, for debugging purposesPublic API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)core::arch::return_addresslibs-team#768core::arch::return_addressand tests #154972Unresolved Questions
#[inline(always)]function?Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩