Skip to content

Commit 1b6d435

Browse files
Mark gate as incomplete
1 parent e13911e commit 1b6d435

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

0 commit comments

Comments
 (0)