#![feature(inline_const)] is no longer incomplete

This commit is contained in:
Gary Guo 2021-11-22 20:14:25 +00:00
parent 6d61d87b22
commit 6f38568dec
12 changed files with 5 additions and 12 deletions

View file

@ -409,7 +409,7 @@ declare_features! (
/// Allows associated types in inherent impls.
(incomplete, inherent_associated_types, "1.52.0", Some(8995), None),
/// Allow anonymous constants from an inline `const` block
(incomplete, inline_const, "1.49.0", Some(76001), None),
(active, inline_const, "1.49.0", Some(76001), None),
/// Allow anonymous constants from an inline `const` block in pattern position
(incomplete, inline_const_pat, "1.58.0", Some(76001), None),
/// Allows using `pointer` and `reference` in intra-doc links