Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 6636d3b

Browse files
committed
Mark the feature as incomplete
1 parent 8106eb5 commit 6636d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/unstable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ declare_features! (
553553
/// Allows using `#[optimize(X)]`.
554554
(unstable, optimize_attribute, "1.34.0", Some(54882)),
555555
/// Allows using pattern types.
556-
(unstable, pattern_types, "CURRENT_RUSTC_VERSION", Some(54882)),
556+
(internal, pattern_types, "CURRENT_RUSTC_VERSION", Some(54882)),
557557
/// Allows macro attributes on expressions, statements and non-inline modules.
558558
(unstable, proc_macro_hygiene, "1.30.0", Some(54727)),
559559
/// Allows `&raw const $place_expr` and `&raw mut $place_expr` expressions.

0 commit comments

Comments
 (0)