f6bfd2c65b
This will break code like: fn f(x: &mut int) {} let mut a = box 1i; f(a); Change it to: fn f(x: &mut int) {} let mut a = box 1i; f(&mut *a); RFC 33; issue #10504. [breaking-change] |
||
---|---|---|
.. | ||
common.rs | ||
fs.rs | ||
nodemap.rs | ||
ppaux.rs | ||
sha2.rs |