Skip to content

Commit 6c3417d

Browse files
committed
fixup! Implement super let.
1 parent b9babad commit 6c3417d

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

0 commit comments

Comments
 (0)