Not sure if that's good that this feature is automatic. Maybe it wouldn't be too bad to call functions like that for consistency:
go_break_stuff(&mut *my_stuff_ref);
Not sure if that's good that this feature is automatic. Maybe it wouldn't be too bad to call functions like that for consistency:
if you want to keep using the reference after the call.