-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
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 RFCT-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.
Description
Feature gate: #![feature(const_location_fields)]
This is a tracking issue for core::panic::Location
methods as const
functions.
Public API
// core::panic::location
impl Location {
pub const fn file(&self) -> &str;
pub const fn line(&self) -> u32;
pub const fn column(&self) -> u32;
}
Steps / History
- Implementation: Constify
Location
methods #101030 - Final comment period (FCP): Tracking Issue for const_caller_location #76156
- Stabilization PR: Stabilize
const_caller_location
andconst_location_fields
#122291
Unresolved Questions
- None yet.
TaKO8Ki, MatrixDev and tuguzT
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 RFCT-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.