Just `mut` alongside `let mut`
Rust Internals [Unofficial]
March 15, 2026
I know how things stand currently with let mut.
I am talking about the future - an enhancement to make the code elegant.
Let me drill-down a bit ...
During the
Lexing & Parsingstep of the compiler, can the termset(which can be introduced in thefuture) get replaced bylet mut?
FUTURE ==> Code will then be elegant with let and set <== FUTURE
FUTURE ==> Coders can then use these interchangeably - let mut and set <== FUTURE
Thanks,
Naga Vijayapuram
Discussion in the ATmosphere