Add tracking issues
This commit is contained in:
parent
3c6678a968
commit
4ee1840c0c
1 changed files with 2 additions and 2 deletions
|
@ -678,10 +678,10 @@ declare_features! (
|
||||||
(active, derive_default_enum, "1.56.0", Some(86985), None),
|
(active, derive_default_enum, "1.56.0", Some(86985), None),
|
||||||
|
|
||||||
/// Allows `for _ in _` loops in const contexts.
|
/// Allows `for _ in _` loops in const contexts.
|
||||||
(active, const_for, "1.55.0", None, None),
|
(active, const_for, "1.56.0", Some(87575), None),
|
||||||
|
|
||||||
/// Allows the `?` operator in const contexts.
|
/// Allows the `?` operator in const contexts.
|
||||||
(active, const_try, "1.55.0", None, None),
|
(active, const_try, "1.56.0", Some(74935), None),
|
||||||
|
|
||||||
// -------------------------------------------------------------------------
|
// -------------------------------------------------------------------------
|
||||||
// feature-group-end: actual feature gates
|
// feature-group-end: actual feature gates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue