r4cppp
r4cppp copied to clipboard
Fixed logical mistake
//let xr = &mut x; // Error - there is already an immutable ref, so we
Should be xr1 (or any other name here), with xr it will compile just fine