1
Fork 0

Don't mark if_let_guard as an incomplete feature

This commit is contained in:
Léo Lanteri Thauvin 2021-08-11 16:10:05 +02:00
parent 73d96b090b
commit dabdd6de1f
11 changed files with 13 additions and 19 deletions

View file

@ -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),