Gate implicit mutable by-reference bindings behind mut ref
This commit is contained in:
parent
eb91f3b051
commit
0746577fa2
11 changed files with 61 additions and 65 deletions
|
@ -128,6 +128,8 @@ declare_features! (
|
|||
/// Allows the use of type alias impl trait in function return positions
|
||||
(removed, min_type_alias_impl_trait, "1.56.0", Some(63063),
|
||||
Some("removed in favor of full type_alias_impl_trait")),
|
||||
/// Make `mut` not reset the binding mode on edition >= 2024.
|
||||
(removed, mut_preserve_binding_mode_2024, "1.79.0", Some(123076), Some("superseded by `ref_pat_eat_one_layer_2024`")),
|
||||
(removed, needs_allocator, "1.4.0", Some(27389),
|
||||
Some("subsumed by `#![feature(allocator_internals)]`")),
|
||||
/// Allows use of unary negate on unsigned integers, e.g., -e for e: u8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue