Add #[cfg(panic = "...")]
This commit is contained in:
parent
25f6938da4
commit
8d43b3cbb9
15 changed files with 136 additions and 10 deletions
|
@ -613,6 +613,9 @@ declare_features! (
|
|||
/// Allows the use of destructuring assignments.
|
||||
(active, destructuring_assignment, "1.49.0", Some(71126), None),
|
||||
|
||||
/// Enables `#[cfg(panic = "...")]` config key.
|
||||
(active, cfg_panic, "1.49.0", Some(77443), None),
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// feature-group-end: actual feature gates
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue