1
Fork 0

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

This commit is contained in:
Matthew Jasper 2024-02-01 10:27:54 +00:00
parent 11f32b73e0
commit 4feec41e05
25 changed files with 28 additions and 53 deletions

View file

@ -496,7 +496,7 @@ declare_features! (
/// Allow anonymous constants from an inline `const` block
(unstable, inline_const, "1.49.0", Some(76001)),
/// Allow anonymous constants from an inline `const` block in pattern position
(incomplete, inline_const_pat, "1.58.0", Some(76001)),
(unstable, inline_const_pat, "1.58.0", Some(76001)),
/// Allows using `pointer` and `reference` in intra-doc links
(unstable, intra_doc_pointers, "1.51.0", Some(80896)),
// Allows setting the threshold for the `large_assignments` lint.