Hacker News new | ask | show | jobs
by kibwen 3893 days ago
Curious. Can you provide a full code example so that I can try to determine what's causing that error?
2 comments

Usually in these cases the culprit is autoderef/deref coercions.
I don't see anything in `|x| foo(x)` that could be causing `x` to be deref'd.
Just make an issue?
I don't think it necessarily warrants an issue on the Rust repo, this is just for my own edification.