Skip to content

Commit 14e6a96

Browse files
m-ou-setraviscross
andauthored
Mark super_let feature as incomplete.
Co-authored-by: Travis Cross <[email protected]>
1 parent 40b1f48 commit 14e6a96

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
@@ -631,7 +631,7 @@ declare_features! (
631631
/// Allows string patterns to dereference values to match them.
632632
(unstable, string_deref_patterns, "1.67.0", Some(87121)),
633633
/// Allows `super let` statements.
634-
(unstable, super_let, "CURRENT_RUSTC_VERSION", Some(139076)),
634+
(incomplete, super_let, "CURRENT_RUSTC_VERSION", Some(139076)),
635635
/// Allows subtrait items to shadow supertrait items.
636636
(unstable, supertrait_item_shadowing, "1.86.0", Some(89151)),
637637
/// Allows using `#[thread_local]` on `static` items.

0 commit comments

Comments
 (0)