Skip to content

Commit 090f63a

Browse files
committed
Mark the feature as incomplete
1 parent c476958 commit 090f63a

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
@@ -555,7 +555,7 @@ declare_features! (
555555
/// Allows using `#[optimize(X)]`.
556556
(unstable, optimize_attribute, "1.34.0", Some(54882)),
557557
/// Allows using pattern types.
558-
(unstable, pattern_types, "CURRENT_RUSTC_VERSION", Some(54882)),
558+
(internal, pattern_types, "CURRENT_RUSTC_VERSION", Some(54882)),
559559
/// Allows macro attributes on expressions, statements and non-inline modules.
560560
(unstable, proc_macro_hygiene, "1.30.0", Some(54727)),
561561
/// Allows `&raw const $place_expr` and `&raw mut $place_expr` expressions.

0 commit comments

Comments
 (0)