Add #[cfg(panic = "...")]

This commit is contained in:
David Hewitt 2020-07-25 19:02:49 +01:00
parent 25f6938da4
commit 8d43b3cbb9
15 changed files with 136 additions and 10 deletions

View file

@ -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
// -------------------------------------------------------------------------