Skip to content

Commit c2f6770

Browse files
committed
Mark the feature as incomplete
1 parent 9990e82 commit c2f6770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/unstable.rs

+1-1
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)