Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It gets `&mut *&mut` (where * doesn't mean a pointer, just deref)

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);
if you want to keep using the reference after the call.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: