Skip to content

Commit 568d82a

Browse files
Mark gate as incomplete
1 parent 5e1a3be commit 568d82a

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
@@ -530,7 +530,7 @@ declare_features! (
530530
/// Allows the `#[must_not_suspend]` attribute.
531531
(unstable, must_not_suspend, "1.57.0", Some(83310)),
532532
/// Make `mut` not reset the binding mode on edition >= 2024.
533-
(unstable, mut_preserve_binding_mode_2024, "CURRENT_RUSTC_VERSION", Some(123076)),
533+
(incomplete, mut_preserve_binding_mode_2024, "CURRENT_RUSTC_VERSION", Some(123076)),
534534
/// Allows `mut ref` and `mut ref mut` identifier patterns.
535535
(incomplete, mut_ref, "CURRENT_RUSTC_VERSION", Some(123076)),
536536
/// Allows using `#[naked]` on functions.

0 commit comments

Comments
 (0)