| For what it's worth, when I
was implementing `let mut` I did a straw poll at the time whether let mut a = 1, b = 2; should declare both a and b as mutable or only a, and the response at the time was uniformly in favor of "both a and b" (which surprised me, since I had intended to do the opposite). Niko
|
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev



