Mark const_trait_impl as active

This commit is contained in:
Deadbeef 2021-07-16 11:54:00 +08:00
parent b1f8e27b74
commit 8841a426e5
No known key found for this signature in database
GPG key ID: 6525773485376D92
38 changed files with 24 additions and 47 deletions

View file

@ -534,7 +534,7 @@ declare_features! (
(active, bindings_after_at, "1.41.0", Some(65490), None),
/// Allows `impl const Trait for T` syntax.
(incomplete, const_trait_impl, "1.42.0", Some(67792), None),
(active, const_trait_impl, "1.42.0", Some(67792), None),
/// Allows `T: ?const Trait` syntax in bounds.
(incomplete, const_trait_bound_opt_out, "1.42.0", Some(67794), None),