Hacker News new | ask | show | jobs
by tspiteri 2233 days ago
One of those four features is dereferencing pointers, and unlike references, pointers are not checked by the borrow checker. So you could bypass the borrow checker using unsafe code in a way, though most probably you should not.