Hacker News new | ask | show | jobs
by Manishearth 3891 days ago
Usually in these cases the culprit is autoderef/deref coercions.
1 comments

I don't see anything in `|x| foo(x)` that could be causing `x` to be deref'd.