Just `mut` alongside `let mut`
Rust Internals [Unofficial]
March 15, 2026
It is certainly possible to add this feature. The question is, will the benefit of the code being more concise, only, be worth the cost of the compiler, and human readers, learning another single-purpose piece of syntax? That is the argument you must make, not merely that is it possible and would be shorter.
Discussion in the ATmosphere