-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking Issue for #[cfg(panic = "...")]
#77443
Labels
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
Comments
davidhewitt
added
the
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
label
Oct 2, 2020
davidhewitt
changed the title
Tracking Issue for
Tracking Issue for Oct 2, 2020
#cfg[panic = '...']
#[cfg(panic = "...")]
jonas-schievink
added
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
labels
Oct 2, 2020
@rustbot claim |
This was referenced Feb 3, 2022
PRs opened to stabilize the feature Documentation PRs
Stabilization PR
|
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 19, 2022
Stabilize `#[cfg(panic = "...")]` [Stabilization PR](https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#stabilization-pr) for rust-lang#77443
Stabilization PR was merged, this can be closed AFAICT. |
Looks like docs PR not merged yet |
The docs PRs are now merged. |
Stabilized in 1.60, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
This is a tracking issue for the feature
cfg_panic
, introduced in PR #74754.The feature gate for the issue is
#![feature(cfg_panic)]
.About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Steps
Implement the feature(done in Add#[cfg(panic = '...')]
#74754).Unresolved Questions
None as yet.
Implementation history
Introduced in #74754
The text was updated successfully, but these errors were encountered: