Hacker News new | ask | show | jobs
by baq 1019 days ago
it's not the things that were removed, it's the things you have to add to the source now to make it work within the limits of the borrow checker.

in the simplest case, you'd add Arc<..> everywhere @ used to be.