Don't mark if_let_guard
as an incomplete feature
This commit is contained in:
parent
73d96b090b
commit
dabdd6de1f
11 changed files with 13 additions and 19 deletions
|
@ -555,7 +555,7 @@ declare_features! (
|
|||
(incomplete, lazy_normalization_consts, "1.46.0", Some(72219), None),
|
||||
|
||||
/// Allows `if let` guard in match arms.
|
||||
(incomplete, if_let_guard, "1.47.0", Some(51114), None),
|
||||
(active, if_let_guard, "1.47.0", Some(51114), None),
|
||||
|
||||
/// Allows non-trivial generic constants which have to be manually propagated upwards.
|
||||
(incomplete, const_evaluatable_checked, "1.48.0", Some(76560), None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue